Size.Width Propriedade

Definição

Obtém ou define o componente horizontal desta Size estrutura.

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 Propriedade

O componente horizontal desta Size estrutura, normalmente medido em píxeis.

Observações

A unidade para o Height e Width da Size estrutura depende das PageUnit definições e PageScale para o Graphics objeto usado para desenhar.

Aplica-se a