Size.Width Propiedad

Definición

Obtiene o establece el componente horizontal de esta Size estructura.

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

Componente horizontal de esta Size estructura, que normalmente se mide en píxeles.

Comentarios

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

Se aplica a