Skip to main content

IDescription Interface

Definition

Namespace:Avalonia
Assembly:Avalonia.Base
Package:Avalonia

Interface for objects with a Avalonia.IDescription.Description.

public interface IDescription

Properties

NameDescription
DescriptionGets the description of the object.

Description Property

Gets the description of the object.

public string Description { get; set; }

Value

The description of the object.