TemplatedControlGetIsTemplateFocusTarget Method
Gets the value of the IsTemplateFocusTargetProperty attached property on a control.
Namespace: Avalonia.Controls.PrimitivesAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetIsTemplateFocusTarget(
Control control
)
Public Shared Function GetIsTemplateFocusTarget (
control As Control
) As Boolean
static member GetIsTemplateFocusTarget :
control : Control -> bool
- control Control
- The control.
BooleanThe property value.