RectangleD.Height Property

Definition

Gets or sets the height of this RectangleD structure.

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

Property Value

Attributes

Applies to