asmrobot
2019-11-13 576b92fd82f568572bc4beb125fa0ba0191a602f
1
2
3
4
5
6
7
8
9
10
<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>