Gets the actual X 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 ActualX { get; private set; } |
| Visual Basic |
|---|
Public Property ActualX As Single
Get
Private Set |
| Visual C++ |
|---|
public:
property float ActualX {
float get ();
private: void set (float value);
} |
Field Value
The actual X position of the top left corner in screen coordinates.
See Also