GetIsTemplateFocusTarget Method
Gets the value of the IsTemplateFocusTargetProperty attached property on a control.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetIsTemplateFocusTarget(
Control control
)
Public Shared Function GetIsTemplateFocusTarget (
control As Control
) As Boolean
static member GetIsTemplateFocusTarget :
control : Control -> bool
Parameters
- Control
- The control.
Return Value
Boolean
The property value.
See Also
Reference
TemplatedControl Class
Avalonia.Controls.Primitives Namespace