MarginType enumeration

MarginType enumeration

Specifies how margin values should be interpreted.

The MarginType type exposes the following members:

Fields

Field Description
ABSOLUTE Margin value measured in content units.
RELATIVE_TO_PARENT_DIMENSIONS Margin value should be interpreted as a portion of appropriate parent dimension.
RELATIVE_TO_PARENT_MIN_DIMENSION Margin value should be interpreted as a portion of parent minimum dimension.

See Also