Gets or sets the left side of the window within its container.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public double Left { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Left As Double |
A double value specifying the x-coordinate of the window's top-left corner, relative to its container.
See Also