AutomationPropertiesGetControlTypeOverride Method

Helper for reading the value of the ControlTypeOverrideProperty on a StyledElement.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static AutomationControlType? GetControlTypeOverride(
	StyledElement element
)

Parameters

element  StyledElement
 

Return Value

NullableAutomationControlType

See Also