I have declared a image.
<Grid>
<Image Height="60" Width="40" Margin="10,10,0 ,0" Name="image1" VerticalAlignme nt="Top" HorizontalAlign ment="Left" Stretch="Fill" Source="/BackEnd_Demo_1; component/c_virginmary4.g if" Grid.Row="1" />
</Grid>
In a XML file i have two value's 20 and...
User Profile
Collapse
-
Convert String to Imagename
Hello,
i am having a C# convert problem. I am using a XML to save positions of all the items on screen so you can customize.
I am having a image right now. Its Called Image1.
I have a string and a int.
If i use
Image1.Height = int;
the image will be change to the int value.
Now i have a string with the value Image1, if i use
string.Height = int;
I am...
No activity results to display
Show More
Leave a comment: