Gets or sets 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 {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property Description As String
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set
XAML Attribute Usage
<object Description="string" .../>

See Also