<< Click to Display Table of Contents >> NShape Reference
|
Gets and sets the Y coordinate of the shape position.
public abstract int Y { 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.
Y coordinate of the shape position.