true

Shape.Y property

Gets or sets the y-coordinate of the shape’s upper-left corner, measured in points. Read/write Single.

public float Y { get; set; }

Remarks

The value returned is always defined and never NaN. The value assigned must also be defined; assign NaN only to properties of a RawFrame instance.

See Also