ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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.C1Ribbon.TextImageRelation

    See Also