C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / TextImageRelation Enumeration

TextImageRelation Enumeration
Enumeration that determines the position relationship of text and image.
Syntax
'Declaration
 
Public Enum TextImageRelation 
   Inherits System.Enum
 
Members
MemberDescription
ImageAboveTextImage is aligned above the text.
ImageBeforeTextImage is aligned before the text.
TextAboveImageText is aligned above the image.
TextBeforeImageText is aligned before the image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Editor.TextImageRelation

See Also