| RectangleFTop Property |
Gets the y-coordinate of the top side of the rectangle.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public float Top { get; }
Public ReadOnly Property Top As Single
Get
public:
property float Top {
float get ();
}
member Top : float32 with get
Property Value
Type:
SingleThe y-coordinate of the top side of the rectangle.
See Also