Windows.UI.Xaml.Controls.Control.IsTemplateFocusTarget

May 26, 2021 ยท View on GitHub

-description

Gets or sets a value that indicates whether this element is the part of a control template that has the focus visual.

-remarks

This property is for use in a ControlTemplate only. If it's set outside of a ControlTemplate, it's ignored. If this attached property is set more than once in a ControlTemplate, an exception is thrown.

-see-also

XAML attached properties

-examples