GetControlTypeOverride Method
Helper for reading ControlTypeOverride property from a StyledElement.
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static AutomationControlType? GetControlTypeOverride(
StyledElement element
)
Public Shared Function GetControlTypeOverride (
element As StyledElement
) As AutomationControlType?
static member GetControlTypeOverride :
element : StyledElement -> Nullable<AutomationControlType>
Parameters
Return Value
Nullable(AutomationControlType)