Enum AspectControl
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the aspect control.
public enum AspectControl
Fields
Name | Description |
---|---|
Both | Use all horizontal @b and vertical container spaces to place an object (never growing it out of those bounds), using the given aspect. |
Horizontal | Use all horizontal container space to place an object using the given aspect. |
Neither | Same effect as the unset preference on the scaling. |
None | Preference on the scaling unset. |
Vertical | Use all vertical container space to place an object using the given aspect. |