Ribbon for WinForms | ComponentOne
C1.Win.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
    public enum GalleryItemTextImageRelation : System.Enum 
    Members
    MemberDescription
    ImageAboveTextText appears below the image.
    ImageAfterTextText appears before the image.
    ImageBeforeTextText appears after the image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Ribbon.GalleryItemTextImageRelation

    See Also