implements
BackedEnum
Enum for possible frame size types for sap.m.TileContent and sap.m.GenericTile control.
Auto = '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.
Corresponds to: FrameType.Auto
OneByHalf = 'OneByHalf'
The 2x1 frame type. Note: The 2x1 frame type is currently only supported for Generic tile.
OneByOne = 'OneByOne'
The 2x2 frame type.
TwoByHalf = 'TwoByHalf'
The 4x1 frame type. Note: The 4x1 frame type is currently only supported for Generic tile.
TwoByOne = 'TwoByOne'
The 4x2 frame type.