C1.Win.Ribbon.4.8 Assembly / C1.Win.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
 
Members
MemberDescription
ImageAboveTextText appears below the image.
ImageAfterTextText appears before the image.
ImageBeforeTextText appears after the image.
Inheritance Hierarchy

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

See Also