Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 706 Bytes

columndefinition_maxwidth.md

File metadata and controls

30 lines (19 loc) · 706 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ColumnDefinition.MaxWidth
winrt property

Windows.UI.Xaml.Controls.ColumnDefinition.MaxWidth

-description

Gets or sets a value that represents the maximum width of a ColumnDefinition.

-xaml-syntax

<ColumnDefinition MaxWidth="double"/>

-property-value

A Double that represents the maximum width in pixels. The default is PositiveInfinity.

-remarks

-examples

-see-also