Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 608 Bytes

rowdefinition_minheight.md

File metadata and controls

30 lines (19 loc) · 608 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RowDefinition.MinHeight
winrt property

Windows.UI.Xaml.Controls.RowDefinition.MinHeight

-description

Gets or sets a value that represents the minimum allowed height of a RowDefinition.

-xaml-syntax

<RowDefinition MinHeight="double"/>

-property-value

A Double that represents the minimum allowed height. The default value is 0.

-remarks

-examples

-see-also