RectangleD.Y Property

Definition

Gets or sets the y-coordinate of the upper-left corner of this RectangleD structure.

public:
 property double Y { double get(); void set(double value); };
public double Y { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Y : double with get, set
Public Property Y As Double

Property Value

Attributes

Applies to