enum sap.m.FrameType

Control sample: sap.m.FrameType
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-SC

Enum for possible frame size types for sap.m.TileContent and sap.m.GenericTile control.


Properties Overview

Node Description
sap.m.FrameType.Auto

The Auto frame type that adjusts the size of the control to the content. Support for this type in sap.m.GenericTile is deprecated since 1.48.0.

sap.m.FrameType.OneByHalf

The 2x1 frame type. Note: The 2x1 frame type is currently only supported for Generic tile.

sap.m.FrameType.OneByOne

The 2x2 frame type.

sap.m.FrameType.TwoByHalf

The 4x1 frame type. Note: The 4x1 frame type is currently only supported for Generic tile.

sap.m.FrameType.TwoByOne

The 4x2 frame type.

sap.m.FrameType.TwoThirds

The 2/3 frame type.
Deprecated as of version 1.48.0