<< Click to Display Table of Contents >> NShape Reference
|
Gets and sets the X coordinate of the shape position.
public abstract int X { get; set; } |
Modifying this property moves the shape just like MoveTo would do it. The advantage of MoveTo is that a movement in both directions can be executed in one action.
X coordinate of the shape position.