FrameworkElement.FocusVisualSecondaryThickness Property

Definition

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

C#
public Thickness FocusVisualSecondaryThickness { get; set; }

Property Value

The thickness of the inner border of a HighVisibility focus visual. The default value is 1.

Examples

XAML
<Button Content="Button"
        FocusVisualSecondaryThickness="1"/>

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

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also