Specifies the initial position of a C1Window object.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum C1WindowPosition
Visual Basic
Public Enumeration C1WindowPosition

Members

Member nameDescription
ByDefault Default position of the C1Window.x = y = 0
Page Center of the page.
Parent Center of the parent element of the dialog window.
Manual Position determines by the X and Y properties.
OffSet OffSet Mode

See Also