Bottom Property

Project Mercury API

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

Gets the position of the bottom edge of the rectangle.

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

Syntax

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

See Also