Size.Height Property

Definition

Gets or sets the Height of this instance of Size.

public:
 property double Height { double get(); void set(double value); };
public double Height { get; set; }
member this.Height : double with get, set
Public Property Height As Double

Property Value

The Height of this instance of Size. The default is 0. The value cannot be negative.

Applies to