Gets or sets either a text, such as a tool tip, that is displayed to users to help them understand a member.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string Description { get; set; }
Visual Basic
Public Property Description As String
	Get
	Set
XAML Attribute Usage
<object Description="string" .../>

See Also