Share via


4.108 ColumnDefinition

x:Object > DependencyObject > ContentElement > FrameworkContentElement > DefinitionBase > ColumnDefinition, IInputElement

(usage)

<ColumnDefinition />

(description)

Defines column-specific properties that apply to Grid elements.

(used by)

ColumnDefinitionCollection

[name property]

Name

[xml lang property]

Language

(properties)

MaxWidth

x:Double

(description)

A value that represents the maximum width of a ColumnDefinition.

[text syntax]

LengthSyntax

MinWidth

x:Double

(description)

A value that represents the minimum width of a ColumnDefinition.

[text syntax]

LengthSyntax

Width

GridLength

(description)

The calculated width of a ColumnDefinition element, or sets the GridLength value of a column that is defined by the ColumnDefinition.