StackPanel.MinControlSize

Syntax

MinControlSize: Number

Description

The MinControlSize property determines minimum container item size.

Comments

Use JSON or the setMinControlSize method to set the property value and the getMinControlSize method to get the property value.

By default the property value is zero.

Example

The property use is given in description of the StackPanel constructor.

See also:

StackPanel