Newer
Older
Qwilight / Qwilight / View / ColorInput.xaml
@Taehui Taehui on 14 Nov 354 bytes 2023-11-15 오전 12:09
<Button
    x:Class="Qwilight.View.ColorInput"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"   
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Style="{StaticResource StandardInput}"
    BorderBrush="{Binding PaintValue}"
    DataContext="{Binding RelativeSource={RelativeSource Self}}"
    Foreground="White" />