CreateParams.Height Property

Definition

Gets or sets the initial height of the control.

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

Property Value

The numeric value that represents the initial height of the control.

Applies to

See also