ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / TextPosition Enumeration

In This Topic
    TextPosition Enumeration
    In This Topic
    Determines the position of text description.
    Syntax
    'Declaration
     
    Public Enum TextPosition 
       Inherits System.Enum
    public enum TextPosition : System.Enum 
    Members
    MemberDescription
    InsideDisplays the text description inside the content.
    NoneText description is hidden.
    OutsideDisplays the text description outside the content.
    OverlayDisplays the text description inside the content with overlay style.
    TitleOverlayDisplays the text description inside the content with title overlay style.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1LightBox.TextPosition

    See Also