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





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

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

 Syntax

C#  Copy Code

public Unit Left { get; set; }

Visual Basic  Copy Code

Public Property Left As Unit

 Property Value

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

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace