G
goingbbs
Hi,
I have tried many methods to convert the XAML control template to c_sharp
language, but failed.
Could you kindly give me some advice or comment?
The XAML code is shown followed which is needed to re-write in C#.
<ControlTemplate TargetType=Button">
<Rectangle>
<Rectangle.Fill>
<ImageBrush
ImageSource="../Resources/Images/login2.png"/>
</Rectangle.Fill>
</Rectangle>
</ControlTemplate>
Thank u for your help.
I have tried many methods to convert the XAML control template to c_sharp
language, but failed.
Could you kindly give me some advice or comment?
The XAML code is shown followed which is needed to re-write in C#.
<ControlTemplate TargetType=Button">
<Rectangle>
<Rectangle.Fill>
<ImageBrush
ImageSource="../Resources/Images/login2.png"/>
</Rectangle.Fill>
</Rectangle>
</ControlTemplate>
Thank u for your help.