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

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