GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonLabel Class / MaxTextWidth Property


In This Topic
MaxTextWidth Property
In This Topic
Gets or sets the maximum width of label text, in pixels.
Syntax
'Declaration
 
Public Property MaxTextWidth As Integer
 
'Usage
 
Dim instance As RibbonLabel
Dim value As Integer
 
instance.MaxTextWidth = value
 
value = instance.MaxTextWidth
See Also