|
@@ -33,7 +33,7 @@
|
|
</TextBox>
|
|
</TextBox>
|
|
|
|
|
|
<Label Content="LOGO:"></Label>
|
|
<Label Content="LOGO:"></Label>
|
|
- <Border Height="100" Width="100" BorderBrush="Black" BorderThickness="1" HorizontalAlignment="Left" Background="{Binding ImageBrush}" MouseMove="Border_MouseMove">
|
|
|
|
|
|
+ <Border Height="100" Width="100" BorderBrush="Black" BorderThickness="1" HorizontalAlignment="Left" Background="{Binding ImageBrush}" MouseMove="Border_MouseMove" MouseLeftButtonDown="Border_MouseLeftButtonDown">
|
|
<!--<Image Stretch="Uniform" x:Name="image" >-->
|
|
<!--<Image Stretch="Uniform" x:Name="image" >-->
|
|
|
|
|
|
<fw:MaskOptions.MaskTemplate>
|
|
<fw:MaskOptions.MaskTemplate>
|