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


In This Topic
    DefaultSize Property (RibbonBar)
    In This Topic
    Gets the default size of the component.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable ReadOnly Property DefaultSize As Size
    'Usage
     
    
    Dim instance As RibbonBar
    Dim value As Size
     
    value = instance.DefaultSize
    protected override Size DefaultSize {get;}
    See Also