Left Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets the position of the left edge of the rectangle.

Namespace:  ProjectMercury.Modifiers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public float Left { get; }
Visual Basic (Declaration)
Public ReadOnly Property Left As Single
Visual C++
public:
property float Left {
	float get ();
}

See Also