MindFusion.UI for WebForms Programmer's Guide

Window.Left Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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