<UserControl
    x:Class="PDF_Office.Views.TipContent.ReadModelTip"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:local="clr-namespace:PDF_Office.Views.TipContent"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:prism="http://prismlibrary.com/"
    d:DesignHeight="450"
    d:DesignWidth="800"
    prism:ViewModelLocator.AutoWireViewModel="True"
    mc:Ignorable="d">
    <Grid>
        <Border
            Width="145"
            Height="40"
            VerticalAlignment="Top"
            Background="{StaticResource color.sys.layout.dark.bg}"
            CornerRadius="4">
            <TextBlock
                x:Name="ReadModelTip1"
                Padding="11"
                Foreground="#FFFFFFFF"
                Text="Exit reading mode"
                TextAlignment="Center" />
        </Border>
    </Grid>
</UserControl>