Click or drag to resize

KeyboardNavigationIsFocusVisualVisible Property

Gets or sets a value indicating whether the focus visual is visible on focused elements.

Namespace:  TomsToolbox.Wpf.XamlExtensions
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public bool IsFocusVisualVisible { get; set; }

Property Value

Type: Boolean
true if the focus visual is visible on focused elements; otherwise, false.
See Also