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.
シンタックス
'宣言
Public Property FocusVisualStyle As Style
public Style FocusVisualStyle {get; set;}
プロパティ値
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.
参照