ComponentOne Ribbon for WinForms
TextImageRelation Enumeration

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : TextImageRelation Enumeration
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

Reference

C1.Win.C1Ribbon Namespace