AutomationPropertiesControlTypeOverrideProperty Field

Defines the AutomationProperties.ControlTypeOverride attached property.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<AutomationControlType?> ControlTypeOverrideProperty

Field Value

AttachedPropertyNullableAutomationControlType

Remarks

This property affects the default value for GetAutomationControlType.

See Also