TableColumn.Width Propiedad

Definición

Obtiene o establece el ancho de un TableColumn elemento. La Width propiedad mide la suma del contenido, el relleno y el TableColumn borde 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 TableColumn elemento , como .GridLength

Comentarios

Información de la propiedad dependency

Elemento Value
Campo identificador WidthProperty
Propiedades de metadatos establecidas en true AffectsMeasure

Se aplica a