The y-coordinate of the top edge of the area in which the window is allowed to reside.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double AllowedAreaTop { get; set; }
Visual Basic
Public Property AllowedAreaTop As Double
	Get
	Set
JScript
function get AllowedAreaTop () : double
function set AllowedAreaTop (value : double)

Remarks

The user will not be allowed to move any portion of the window outside of the allowed area.

See Also