TableColumn.Width Propriedade

Definição

Obtém ou define a largura de um TableColumn elemento. A Width propriedade mede a soma do TableColumn conteúdo, do enchimento e da borda de um lado para o outro.

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

Valor de Propriedade

A largura do TableColumn elemento, como um GridLength.

Observações

Informação de Propriedade de Dependência

Iteme Value
Campo identificador WidthProperty
Propriedades dos metadados definidas como true AffectsMeasure

Aplica-se a