Gets the actual Y position of the top left corner of the control's bounds in screen
coordinates (computed in
Arrange(Vector2F, Vector2F)).
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)
Syntax
| C# |
|---|
public float ActualY { get; private set; } |
| Visual Basic |
|---|
Public Property ActualY As Single
Get
Private Set |
| Visual C++ |
|---|
public:
property float ActualY {
float get ();
private: void set (float value);
} |
Field Value
The actual Y position of the top left corner in screen coordinates.
See Also