ASP.NET Pack Programmer's Guide
Window.Top Property
See Also
 





Gets or sets the offset from the top to position this Window at.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public Unit Top { get; set; }

Visual Basic  Copy Code

Public Property Top As Unit

 Property Value

Type: Unit
An instance of the System.Web.UI.Unit structure specifying the top offset. Default value is 0px;

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace