StretchDirection Enum
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.
Specifies whether an image can become larger or smaller to fill the available space.
Location
- Namespace
- Fuse.Elements
- Package
- Fuse.Elements 2.9.1
Possible Values
Interface of StretchDirection
Both : StretchDirection uno
An image can be stretched both larger and smaller.
DownOnly : StretchDirection uno
An image will only be shrunk to fit in the available space, it will not expand.
HasFlag(StretchDirection) : bool uno
StretchDirection - StretchDirection : StretchDirection uno
StretchDirection != StretchDirection : bool uno
StretchDirection & StretchDirection : StretchDirection uno
StretchDirection ^ StretchDirection : StretchDirection uno
StretchDirection == StretchDirection : bool uno
StretchDirection | StretchDirection : StretchDirection uno
UpOnly : StretchDirection uno
An image will only be expanded to fill up available space, it will not shrink.