ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / TextImageRelation Enumeration

In This Topic
    TextImageRelation Enumeration
    In This Topic
    Enumeration that determines the position relationship of text and image.
    Syntax
    'Declaration
     
    Public Enum TextImageRelation 
       Inherits System.Enum
    public enum TextImageRelation : 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