Interface IDescription
- Namespace
- Avalonia
- Assembly
- Avalonia.Base.dll
Interface for objects with a Description.
public interface IDescription
Properties
Description
Gets the description of the object.
string? Description { get; }
Property Value
- string
The description of the object.