INamed Interface
Definition
Objects implementing this interface and providing a value for Avalonia.INamed.Name will be registered in the relevant namescope when constructed in XAML.
public interface INamed
Properties
| Name | Description |
|---|---|
| Name | Gets the element name. |
Name Property
Gets the element name.
public string Name { get; set; }