Gets or sets a text that is used as a member label for elements that are bound to the 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 Name { get; set; }
Visual Basic
Public Property Name As String
	Get
	Set
XAML Attribute Usage
<object Name="string" .../>

See Also