Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / TextImageRelation Enumeration

In This Topic
    TextImageRelation Enumeration
    In This Topic
    Indicates whether the text should appear below the image.
    Syntax
    'Declaration
     
    
    Public Enum TextImageRelation 
       Inherits System.Enum
    public enum TextImageRelation : System.Enum 
    Members
    MemberDescription
    AutomaticText position (below or after the image) depends on the group sizing.
    ImageAboveTextText appears below the image.
    ImageBeforeTextText appears after the image.
    Inheritance Hierarchy

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

    See Also