TTMSFNCResponsiveManagerResizeMode Enumeration
Controls which dimension the responsive manager evaluates when selecting the active breakpoint state on resize.
API unit family: TMSFNCResponsiveManager
Members
| Name | Description |
|---|---|
mrmWidthOnly |
Only the control width is used to select the active breakpoint state. |
mrmHeightOnly |
Only the control height is used to select the active breakpoint state. |
mrmWidthFirst |
Width is used as the primary dimension; height is used as a tiebreaker. |
mrmHeightFirst |
Height is used as the primary dimension; width is used as a tiebreaker. |