asmrobot
2019-10-14 730fe7ea65bcadbe235e40bb54b2410d14495267
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>