Newer
Older
Qwilight / Qwilight / View / SiteYell / NotifySiteYell.xaml
@Taehui Taehui on 14 Nov 397 bytes 2023-11-15 오전 12:09
<Grid
    x:Class="Qwilight.View.SiteYell.NotifySiteYell"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    DataContext="{Binding RelativeSource={RelativeSource Self}}">
    <TextBlock Style="{StaticResource StandardTextView}" Text="{Binding SiteYell}" TextWrapping="Wrap" HorizontalAlignment="Left" />
</Grid>