Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 605 Bytes

columndefinition_minwidth.md

File metadata and controls

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

Windows.UI.Xaml.Controls.ColumnDefinition.MinWidth

-description

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

-xaml-syntax

<ColumnDefinition MinWidth="double"/>

-property-value

A Double that represents the minimum width in pixels. The default is 0.

-remarks

-examples

-see-also