<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Style x:Key="LabelStyle" TargetType="Label">
|
<Setter Property="BorderThickness" Value="0" />
|
<Setter Property="VerticalAlignment" Value="Bottom" />
|
<Setter Property="HorizontalAlignment" Value="Center" />
|
|
</Style>
|
|
</ResourceDictionary>
|