StyledElementName Property
Gets or sets the name of the styled element.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public string? Name { get; set; }
Public Property Name As String
Get
Set
abstract Name : string with get, set
override Name : string with get, set
StringINamedName
An element's name is used to uniquely identify an element within the element's name
scope. Once the element is added to a logical tree, its name cannot be changed.