<?xml version="1.0"?>
<Border Name="Content"
Background="vgradient|0:White|0.1:LightGray|0.9:LightGray|1:Black" Foreground="DarkGray"
- Height="{../HeightPolicy}" Width="{../WidthPolicy}"
+ Height="{./HeightPolicy}" Width="{./WidthPolicy}"
MouseEnter="{Foreground=White}"
MouseLeave="{Foreground=DarkGray}"
MouseDown="{Background=vgradient|0:Black|0.1:LightGray|0.9:LightGray|1:White}"
<?xml version="1.0"?>
<Border Background="{./Background}" MinimumSize="50,20" Height="{./HeightPolicy}" Width="{./WidthPolicy}"
- Foreground="Transparent" CornerRadius="{../CornerRadius}" BorderWidth="1"
+ Foreground="Transparent" CornerRadius="{./CornerRadius}" BorderWidth="1"
MouseEnter="{Foreground=vgradient|0:White|0.2:Gray|0.9:Gray|1:Black;caption.Foreground=White}"
MouseLeave="{Foreground=Transparent;caption.Foreground=LightGray}"
MouseDown="{Foreground=vgradient|0:Black|0.05:Gray|0.85:Gray|1:White}"
MouseUp="{Foreground=vgradient|0:White|0.2:Gray|0.9:Gray|1:Black}"
>
-<!-- <Image Height="0" Width="0" Margin="0" Path="{./Image}" SvgSub="{./SvgSub}"/>-->
<Label Font="{./Font}" Name="caption" Margin="3" Foreground="LightGray" Text="{./Caption}"/>
</Border>
\ No newline at end of file
Height="{./HeightPolicy}" Width="{./WidthPolicy}">
<Border BorderWidth="1" Height="{./HeightPolicy}" Width="80%" Background="White"
Foreground="DimGray" Margin="0">
- <Label Foreground="DimGray" Height="{../../../HeightPolicy}" Width="Stretched"
- Text="{../../../Value}" TextAlignment="Right" Margin="0"/>
+ <Label Foreground="DimGray" Height="{./HeightPolicy}" Width="Stretched"
+ Text="{./Value}" TextAlignment="Right" Margin="0"/>
</Border>
<VerticalStack MinimumSize="8,10" Width="20%" Height="Stretched" Spacing="0" Margin="0" Background="Red">
<Button MouseRepeat="true" Width="Stretched" Height="50%" Margin="0" MouseClick="./onUp"
<?xml version="1.0"?>
<VerticalStack
- Height="Fit" Width="{../WidthPolicy}" Name="ItemsContainer"/>
\ No newline at end of file
+ Height="Fit" Width="{./WidthPolicy}" Name="ItemsContainer"/>
\ No newline at end of file