A display object with extra measurement properties, including minimum and maximum dimensions.

Available since

1.0.0

.

Variables

read onlyexplicitHeight:Null<Float>

The object's explicit height value, or null if height is not set explicitly.

Available since

1.0.0

.

See:

read onlyexplicitMaxHeight:Null<Float>

The object's explicit maximum height value, or null if maxHeight is not set explicitly.

Available since

1.0.0

.

See:

read onlyexplicitMaxWidth:Null<Float>

The object's explicit maximum width value, or null if maxWidth is not set explicitly.

Available since

1.0.0

.

See:

read onlyexplicitMinHeight:Null<Float>

The object's explicit minimum height value, or null if minHeight is not set explicitly.

Available since

1.0.0

.

See:

read onlyexplicitMinWidth:Null<Float>

The object's explicit minimum width value, or null if minWidth is not set explicitly.

Available since

1.0.0

.

See:

read onlyexplicitWidth:Null<Float>

The object's explicit width value, or null if width is not set explicitly.

Available since

1.0.0

.

See:

maxHeight:Float

The object's maximum height value.

Available since

1.0.0

.

See:

maxWidth:Float

The object's maximum width value.

Available since

1.0.0

.

See:

minHeight:Float

The object's minimum height value.

Available since

1.0.0

.

See:

minWidth:Float

The object's minimum width value.

Available since

1.0.0

.

See:

Methods

resetHeight ():Void

Resets the height so that it will be calculated automatically by the component.

Available since

1.0.0

.

See:

resetMaxHeight ():Void

Resets the maximum height so that it will be calculated automatically by the component.

Available since

1.0.0

.

See:

resetMaxWidth ():Void

Resets the minimum width so that it will be calculated automatically by the component.

Available since

1.0.0

.

See:

resetMinHeight ():Void

Resets the minimum height so that it will be calculated automatically by the component.

Available since

1.0.0

.

See:

resetMinWidth ():Void

Resets the minimum width so that it will be calculated automatically by the component.

Available since

1.0.0

.

See:

resetWidth ():Void

Resets the width so that it will be calculated automatically by the component.

Available since

1.0.0

.

See: