CreateParams.Width Propiedad

Definición

Obtiene o establece el ancho inicial del control.

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

Valor de propiedad

Int32

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

Se aplica a

Consulte también