LabelWidth Property (RibbonNumericBox)
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