TemplatedControlGetIsTemplateFocusTarget Method

Gets the value of the IsTemplateFocusTargetProperty attached property on a control.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetIsTemplateFocusTarget(
	Control control
)

Parameters

control  Control
The control.

Return Value

Boolean
The property value.

See Also