initial oogynize check in _ this actually used to work!
This commit is contained in:
19
Client Services/ButtonWPForm/ButtonForm.xaml
Normal file
19
Client Services/ButtonWPForm/ButtonForm.xaml
Normal file
@@ -0,0 +1,19 @@
|
||||
<Window
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" x:Class="Foo.ClientServices.ButtonWPForm.ButtonForm"
|
||||
Title="ButtonForm" Closed="Window_Closed" Height="419" Width="538" WindowStyle="None" AllowsTransparency="True" Background="Transparent" ShowInTaskbar="False" Loaded="OnLoad" ResizeMode="NoResize" ShowActivated="False" mc:Ignorable="d">
|
||||
<Grid>
|
||||
<Rectangle x:Name="recGradiant" Stroke="Black" RadiusY="7.5" RadiusX="7.5" >
|
||||
<Rectangle.Fill>
|
||||
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0" Opacity="1.0">
|
||||
<GradientStop Color="#FF000000" Offset="0.238"/>
|
||||
<GradientStop Color="#FE333333" Offset="0.778"/>
|
||||
<GradientStop Color="#FE202020" Offset="0.613"/>
|
||||
<GradientStop Color="#FE333333" Offset="0.87"/>
|
||||
</LinearGradientBrush>
|
||||
</Rectangle.Fill>
|
||||
</Rectangle>
|
||||
<Frame x:Name="frmButtonForm" Margin="0,40,0,0" VerticalAlignment="Top" Height="371" />
|
||||
</Grid>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user