Gets or sets the width of generated labels for the SelectedObject's properties.

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

Syntax

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

Remarks

This is a dependency property.

See Also