TableColumn.Width Propriété

Définition

Obtient ou définit la largeur d'un élément TableColumn. La propriété Width correspond à la somme du contenu, du remplissage et de la bordure de TableColumn.

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

Valeur de propriété

Largeur de l’élément TableColumn, en tant que GridLength.

Remarques

Informations sur les propriétés de dépendance

Champ Identificateur WidthProperty
Propriétés de métadonnées définies sur true AffectsMeasure

S’applique à