Share via


TableColumn.Width Propiedad

Definición

Obtiene o establece el ancho de un elemento TableColumn. La propiedad Width mide la suma del contenido, relleno y borde del objeto TableColumn, de lado a lado.

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 propiedad

Ancho del elemento TableColumn, como GridLength.

Comentarios

Información sobre propiedades de dependencia

Campo identificador WidthProperty
Propiedades de metadatos establecidas en true AffectsMeasure

Se aplica a