Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / GalleryItemTextImageRelation Enumeration


In This Topic
    GalleryItemTextImageRelation Enumeration
    In This Topic
    Indicates the position of text and image relative to each other for the gallery item.
    Syntax
    'Declaration
     
    
    Public Enum GalleryItemTextImageRelation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GalleryItemTextImageRelation
    public enum GalleryItemTextImageRelation : System.Enum 
    Members
    MemberDescription
    ImageAboveTextText appears below the image.
    ImageAfterTextText appears after the image.
    ImageBeforeTextText appears before the image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.WinForms.Ribbon.GalleryItemTextImageRelation

    See Also