Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGalleryItem Class / GalleryItemTextImageRelation Property


In This Topic
    GalleryItemTextImageRelation Property
    In This Topic
    Specifies the position of text and image relative to each other.
    Syntax
    'Declaration
     
    
    Public Property GalleryItemTextImageRelation As GalleryItemTextImageRelation
    'Usage
     
    
    Dim instance As RibbonGalleryItem
    Dim value As GalleryItemTextImageRelation
     
    instance.GalleryItemTextImageRelation = value
     
    value = instance.GalleryItemTextImageRelation
    public GalleryItemTextImageRelation GalleryItemTextImageRelation {get; set;}
    See Also