How do I align my images and my text? XAML – Photoshop
So I have a few buttons on my project and I would like to align the images and the text so that it looks something like this. (Made in Photoshop) And this is what mine looks like What would be…
So I have a few buttons on my project and I would like to align the images and the text so that it looks something like this. (Made in Photoshop) And this is what mine looks like What would be…
I want to assign a string value got from a restful API to my Designation value which is an "enum" class variable.I was trying to do it like this but it's not working I guess.Can somebody please tell me how…
I have the following colors in my colorPalette.xaml file and I was curious to know... Is its possible for me to loop through colors in my resource dictionary programmaticly and invert the color values? Similar to taking an image in…
This is somewhat a general question about rectangles with border radii. I'm working with a developer that's taking my Photoshop comps and applying the designs to a prototype in Blend. They've told me that in Blend it's not possible to…
I'm trying to create an angle gradient (similar to the one Photoshop does) in XAML. I found this article: https://stackoverflow.com/a/21096028/2555957 which does work but only supports two gradient stops and I need 11. I've looked over the shader that does…