Enum AspectControl

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for the aspect control.

C#
Copy
public enum AspectControl
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.