FrameworkElement.FocusVisualPrimaryThickness Property

Definition

Gets or sets the thickness of the outer border of a HighVisibility or Reveal focus visual for a FrameworkElement.

C#
public Thickness FocusVisualPrimaryThickness { get; set; }

Property Value

The thickness of the outer border of a HighVisibility focus visual. The default is 2.

Examples

XAML
<Button Content="Button"
        FocusVisualPrimaryThickness="2"/>

Remarks

HighVisibility and Reveal focus visuals are rendered with an outer (primary) and inner (secondary) border.

For more info, see High Visibility Focus Visuals and Reveal focus.

Applies to

Produkt Wersje
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also