Point.Height Property

Definition

Gets the height, in points, of the object.

public:
 property double Height { double get(); };
public double Height { get; }
member this.Height : double
Public ReadOnly Property Height As Double

Property Value

The height, in points, of the object.

Remarks

Read-only.

Applies to