LightBox for ASP.NET Web Forms
TextPosition Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1LightBox Namespace : TextPosition Enumeration
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

Reference

C1.Web.Wijmo.Controls.C1LightBox Namespace