Tizen Native API
4.0
|
Default item layout property. More...
Enumerations | |
enum | Property |
The properties of each type of item layout. More... |
Default item layout property.
The properties of each type of item layout.
TYPE |
The type of the Layout. Name "type", type Dali::Toolkit::DefaultItemLayout::Type (Property::INTEGER).
|
ITEM_SIZE |
The size of each item in the Layout. Name "itemSize", type Property::VECTOR3
|
ORIENTATION |
The internal orientation of the Layout. Name "orientation", type Dali::Toolkit::ControlOrientation::Type (Property::INTEGER).
|
GRID_COLUMN_NUMBER |
The number of columns in the GridLayout. Name "gridColumnNumber", type Property::INTEGER.
|
GRID_ROW_SPACING |
The spacing between rows in the GridLayout. Name "gridRowSpacing", type Property::FLOAT.
|
GRID_COLUMN_SPACING |
The spacing between columns in the GridLayout. Name "gridColumnSpacing", type Property::FLOAT
|
GRID_TOP_MARGIN |
The margin in the top of the GridLayout. Name "gridTopMargin", type Property::FLOAT
|
GRID_BOTTOM_MARGIN |
The margin in the bottom of the GridLayout. Name "gridBottomMargin", type Property::FLOAT
|
GRID_SIDE_MARGIN |
The margin in the left and right of the GridLayout. Name "gridSideMargin", type Property::FLOAT.
|
GRID_SCROLL_SPEED_FACTOR |
The factor used to customise the scroll speed while dragging and swiping the GridLayout. Name "gridScrollSpeedFactor", type Property::FLOAT.
|
GRID_MAXIMUM_SWIPE_SPEED |
The maximum swipe speed in pixels per second of GridLayout. Name "gridMaximumSwipSpeed", type Property::FLOAT.
|
GRID_ITEM_FLICK_ANIMATION_DURATION |
The duration of the flick animation in seconds of GridLayout. Name "gridItemFlickAnimationDuration", type Property::FLOAT.
|
DEPTH_COLUMN_NUMBER |
The number of columns in the DepthLayout. Name "depthColumnNumber", type Property::INTEGER.
|
DEPTH_ROW_NUMBER |
The number of rows in the DepthLayout. Name "depthRowNumber", type Property::INTEGER.
|
DEPTH_ROW_SPACING |
The spacing between rows in the DepthLayout. Name "depthRowSpacing", type Property::FLOAT.
|
DEPTH_SCROLL_SPEED_FACTOR |
The factor used to customise the scroll speed while dragging and swiping the DepthLayout. Name "depthScrollSpeedFactor", type Property::FLOAT.
|
DEPTH_MAXIMUM_SWIPE_SPEED |
The maximumSwipSpeed of the DepthLayout. Name "depthMaximumSwipSpeed", type Property::FLOAT.
|
DEPTH_ITEM_FLICK_ANIMATION_DURATION |
The duration of the flick animation in seconds of DepthLayout. Name "depthItemFlickAnimationDuration", type Property::FLOAT.
|
DEPTH_TILT_ANGLE |
The tilt angle of DepthLayout. Name "depthTiltAngle",Property::FLOAT
|
DEPTH_ITEM_TILT_ANGLE |
The tilt angle of the individual items in the DepthLayout. Name "depthItemTiltAngle", type Property::FLOAT.
|
SPIRAL_ITEM_SPACING |
The spacing angle between items in the SpiralLayout. Name "spiralItemSpacing", type Property::FLOAT.
|
SPIRAL_SCROLL_SPEED_FACTOR |
The factor used to customise the scroll speed while dragging and swiping the SpiralLayout. Name "spiralScrollSpeedFactor", type Property::FLOAT.
|
SPIRAL_MAXIMUM_SWIPE_SPEED |
The maximum swipe speed in pixels per second of the SpiralLayout. Name "spiralMaximumSwipSpeed", type Property::FLOAT.
|
SPIRAL_ITEM_FLICK_ANIMATION_DURATION |
The duration of the flick animation in seconds of the SpiralLayout. Name "spiralItemFlickAnimationDuration", type Property::FLOAT.
|
SPIRAL_REVOLUTION_DISTANCE |
The vertical distance for one revolution of the SpiralLayout. Name "spiralRevolutionDistance", type Property::FLOAT.
|
SPIRAL_TOP_ITEM_ALIGNMENT |
The alignment of the top-item, when at the beginning of the SpiralLayout. Name "spiralTopItemAlignment", type Property::FLOAT.
|