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 preenchimento 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 da propriedade

A largura do TableColumn elemento, como um GridLength.

Comentários

Informações da propriedade Dependency

Item Valor
Campo identificador WidthProperty
Propriedades de metadados definidas como true AffectsMeasure

Aplica-se a