Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Nov 11, 2023
1 parent 209539d commit 492af0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ModernWpfTestApp/TextControlsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<StackPanelEx Orientation="Vertical" Margin="0,0,12,0">
<TextBlock Text="TextBox"/>

<TextBoxEx Header="Normal" Text="Text" IsEnabled="{x:Bind EnabledCheckBox.IsChecked.Value, Mode=OneWay}" />
<TextBoxEx Header="Normal" Text="Text" IsEnabled="{x:Bind EnabledCheckBox.IsChecked.Value, Mode=OneWay}" Foreground="{ThemeResource SystemControlForegroundAccentBrush}"/>
<RichEditBox Header="Normal" Foreground="{ThemeResource SystemControlForegroundAccentBrush}"/>
<TextBoxEx PlaceholderText="Placeholder" Header="Placeholder" IsEnabled="{x:Bind EnabledCheckBox.IsChecked.Value, Mode=OneWay}" />
</StackPanelEx>

Expand Down

0 comments on commit 492af0f

Please sign in to comment.