Size.Width Propiedad

Definición

Obtiene o establece el componente horizontal de esta estructura Size.

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

El componente horizontal de esta estructura Size, medido normalmente en píxeles.

Comentarios

La unidad de y Height Width de la Size estructura depende de la PageUnit configuración y PageScale del Graphics objeto utilizado para dibujar.

Se aplica a