Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/ControlsDemo.Wpf/Themes/
Upload File :
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/VB/ControlsDemo.Wpf/Themes/Generic.xaml

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <Style x:Key="defaultText" TargetType="TextBlock">
        <Setter Property="HorizontalAlignment" Value="Center" />
        <Setter Property="VerticalAlignment" Value="Center" />
        <Setter Property="FontSize" Value="16" />
        <Setter Property="TextWrapping" Value="Wrap" />
        <Setter Property="TextAlignment" Value="Center" />
        <Setter Property="Margin" Value="16,16,16,24" />
        <Setter Property="Opacity" Value="0.8" />
    </Style>
    <Style x:Key="viewText" TargetType="TextBlock" BasedOn="{StaticResource defaultText}">
        <Setter Property="Text" Value="Use the Back button to move to the root page" />
        <Setter Property="Foreground" Value="White" />
    </Style>
</ResourceDictionary>