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


GalleryItemTextImageRelation Enumeration
Indicates the position of text and image relative to each other for the gallery item.
Syntax
'Declaration
 
Public Enum GalleryItemTextImageRelation 
   Inherits System.Enum
 
'Usage
 
Dim instance As GalleryItemTextImageRelation
Members
MemberDescription
ImageAboveTextText appears below the image.
ImageAfterTextText appears after the image.
ImageBeforeTextText appears before the image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.WinForms.Ribbon.GalleryItemTextImageRelation

See Also