We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa71e23 commit bcbcc8dCopy full SHA for bcbcc8d
src/Atc.Wpf/SampleControls/SampleViewerView.xaml.cs
@@ -16,7 +16,7 @@ public SolidColorBrush HeaderForeground
16
get => (SolidColorBrush)GetValue(HeaderForegroundProperty);
17
set => SetValue(HeaderForegroundProperty, value);
18
}
19
-
+
20
public SampleViewerView()
21
{
22
InitializeComponent();
0 commit comments