GetItemType Method
Helper for reading ItemType property from a StyledElement.
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static string? GetItemType(
StyledElement element
)
Public Shared Function GetItemType (
element As StyledElement
) As String
static member GetItemType :
element : StyledElement -> string