GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / TextImageRelation Enumeration


TextImageRelation Enumeration
Indicates whether the text should appear below the image.
Syntax
'Declaration
 
Public Enum TextImageRelation 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextImageRelation
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
         GrapeCity.Spreadsheet.WinForms.Ribbon.TextImageRelation

See Also