|
|
|
@ -419,7 +419,7 @@ |
|
|
|
StrokeThickness="1" |
|
|
|
StrokeThickness="1" |
|
|
|
Data="M0,0 L0,1 M0,0.5 L1,0.5" |
|
|
|
Data="M0,0 L0,1 M0,0.5 L1,0.5" |
|
|
|
Stretch="Fill" /> |
|
|
|
Stretch="Fill" /> |
|
|
|
<TextBlock Text="{Binding Path=Height}" |
|
|
|
<TextBlock Text="{Binding Path=Height, Converter={x:Static Converters:FormatDoubleConverter.Instance}}" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
VerticalAlignment="Center" |
|
|
|
VerticalAlignment="Center" |
|
|
|
Padding="1,1,1,1" |
|
|
|
Padding="1,1,1,1" |
|
|
|
@ -453,7 +453,7 @@ |
|
|
|
StrokeThickness="1" |
|
|
|
StrokeThickness="1" |
|
|
|
Data="M0,0 L0,1 M0,0.5 L1,0.5" |
|
|
|
Data="M0,0 L0,1 M0,0.5 L1,0.5" |
|
|
|
Stretch="Fill" /> |
|
|
|
Stretch="Fill" /> |
|
|
|
<TextBlock Text="{Binding Path=Width}" |
|
|
|
<TextBlock Text="{Binding Path=Width, Converter={x:Static Converters:FormatDoubleConverter.Instance}}" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
VerticalAlignment="Center" |
|
|
|
VerticalAlignment="Center" |
|
|
|
Padding="1,1,1,1" |
|
|
|
Padding="1,1,1,1" |
|
|
|
|