Summary
Gets the value of the IsTemplateFocusTargetProperty attached property on a control.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- TemplatedControl
Syntax
public static bool GetIsTemplateFocusTarget(Control control)
Parameters
Name | Type | Description |
---|---|---|
control | Control | The control. |
Return Value
Type | Description |
---|---|
bool | The property value. |