SetItemType Method
Helper for setting ItemType property on a StyledElement.
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetItemType(
StyledElement element,
string? value
)
Public Shared Sub SetItemType (
element As StyledElement,
value As String
)
static member SetItemType :
element : StyledElement *
value : string -> unit