diff --git a/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md b/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md index b938f94..df1f9ed 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/styling-for-focus-in-controls-and-focusvisualstyle.md @@ -24,19 +24,19 @@ Windows Presentation Foundation (WPF) provides two parallel mechanisms for chang In the themes, the default focus visual style is generally very simple. The following is a rough approximation: -```xaml - +```xaml + ```