ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTimePicker Class / LabelWidth Property

In This Topic
    LabelWidth Property (RibbonTimePicker)
    In This Topic
    Gets or sets the width of the text label. Set to -1 to let the label calculate width automatically.
    Syntax
    'Declaration
     
    Public Property LabelWidth As System.Integer
    public System.int LabelWidth {get; set;}
    See Also