Gets or sets the initial vertical position (Y) of the dialog window if C1Window.StartPosition is Manual.

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

Syntax

C#
[DefaultValueAttribute()]
[JsonAttribute(true)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
public int Y { get; set; }
Visual Basic
<DefaultValueAttribute()> _
<JsonAttribute(True)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property Y As Integer
	Get
	Set

See Also