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


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