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


In This Topic
    ItemSize Property
    In This Topic
    Gets or sets the size of the items in a gallery.
    Syntax
    'Declaration
     
    
    Public Property ItemSize As Size
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As Size
     
    instance.ItemSize = value
     
    value = instance.ItemSize
    public Size ItemSize {get; set;}
    See Also