<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:local="clr-namespace:RichCreator.Editor.Styles">
|
<Style x:Key="ItemTitle" TargetType="TextBlock">
|
<Setter Property="HorizontalAlignment" Value="Right" />
|
<Setter Property="FontSize" Value="18" />
|
<Setter Property="VerticalAlignment" Value="Center"/>
|
<Setter Property="Margin" Value="0 0 15 0"/>
|
</Style>
|
</ResourceDictionary>
|