Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus.
Syntax
'Declaration
Public Property FocusVisualStyle As Style
public Style FocusVisualStyle {get; set;}
Property Value
The desired style to apply on focus. The default value as declared in the dependency property is an empty static
System.Windows.Style. However, the effective value at run time is often (but not always) a style as supplied by theme support for controls.
See Also