CreateParams.Height Propiedad

Definición

Obtiene o establece el alto inicial del 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

Valor de propiedad

Int32

Valor numérico que representa el alto inicial del control.

Se aplica a

Consulte también