MindFusion.Wpf Pack Programmer's Guide
Window.Left Property
See Also
 





Gets or sets the left side of the window within its container.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public double Left { get; set; }

Visual Basic  Copy Code

Public Property Left As Double

 Property Value

A double value specifying the x-coordinate of the window's top-left corner, relative to its container.

 See Also

Window Members
Window Class
MindFusion.UI.Wpf Namespace
Top Property