This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Location

Namespace
Fuse.Elements
Package
Fuse.Elements 2.9.1

Possible Values

None

The min/max layout constraints are ignored and the preferred aspect correct size is used

Preserve

The size will be adjusted to fit first within the maximum, then to meet the minimum size requirements. The aspect ratio is preserved.

Trim

The size is trimmed, or expanded, to meet the minimum/maximum layout constraints. The desired aspect ratio is not preserved.

PreserveTrim

Applies the Preserve and then Trim rules. This is the default.

Show Uno properties and methods

Interface of AspectConstraint

Preserve : AspectConstraint uno

The size will be adjusted to fit first within the maximum, then to meet the minimum size requirements. The aspect ratio is preserved.

Trim : AspectConstraint uno

The size is trimmed, or expanded, to meet the minimum/maximum layout constraints. The desired aspect ratio is not preserved.

Inherited from object