Name Property
Gets or sets the part name used by the class to identify a required element in the style. Template part names should begin with the "PART_" prefix.
Definition
Namespace: Avalonia.Controls.Metadata
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public string Name { get; set; }
Public Property Name As String
Get
Set
member Name : string with get, set
Property Value
StringSee Also
Reference
TemplatePartAttribute Class
Avalonia.Controls.Metadata Namespace