IDescription Interface
Definition
Interface for objects with a Avalonia.IDescription.Description.
public interface IDescription
Properties
| Name | Description |
|---|---|
| Description | Gets the description of the object. |
Description Property
Gets the description of the object.
public string Description { get; set; }
Value
The description of the object.