Interface INamed
- Namespace
- Avalonia
- Assembly
- Avalonia.Base.dll
Objects implementing this interface and providing a value for Name will be registered in the relevant namescope when constructed in XAML.
public interface INamed
Properties
Name
Gets the element name.
string? Name { get; }