PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / MaxLabelWidth Property

In This Topic
    MaxLabelWidth Property
    In This Topic
    Gets or sets the maximum width of generated labels for the SelectedObject's properties.
    Syntax
    'Declaration
     
    
    Public Property MaxLabelWidth As Double
    public double MaxLabelWidth {get; set;}
    See Also