Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonBar Class / AutoSize Property


In This Topic
    AutoSize Property (RibbonBar)
    In This Topic
    Gets or set value indicating whether the size of this control is calculated automatically.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property AutoSize As Boolean
    'Usage
     
    
    Dim instance As RibbonBar
    Dim value As Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    public override bool AutoSize {get; set;}
    See Also