Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / ItemSpacing Property


In This Topic
    ItemSpacing Property
    In This Topic
    Gets or sets the spacing between gallery items.
    Syntax
    'Declaration
     
    
    Public Property ItemSpacing As Size
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As Size
     
    instance.ItemSpacing = value
     
    value = instance.ItemSpacing
    public Size ItemSpacing {get; set;}
    See Also