Enum DefaultItemLayoutProperty
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
C#Copypublic enum DefaultItemLayoutProperty : int
Name | Description |
---|---|
DEPTH_COLUMN_NUMBER | The number of columns in the DepthLayout. |
DEPTH_ITEM_FLICK_ANIMATION_DURATION | The duration of the flick animation in seconds of DepthLayout. |
DEPTH_ITEM_TILT_ANGLE | The tilt angle of the individual items in the DepthLayout. |
DEPTH_MAXIMUM_SWIPE_SPEED | The maximumSwipSpeed of the DepthLayout. |
DEPTH_ROW_NUMBER | The number of rows in the DepthLayout. |
DEPTH_ROW_SPACING | The spacing between rows in the DepthLayout. |
DEPTH_SCROLL_SPEED_FACTOR | The factor used to customise the scroll speed while dragging and swiping the DepthLayout. |
DEPTH_TILT_ANGLE | The tilt angle of DepthLayout. |
GRID_BOTTOM_MARGIN | The margin in the bottom of the GridLayout. |
GRID_COLUMN_NUMBER | The number of columns in the GridLayout. |
GRID_COLUMN_SPACING | The spacing between columns in the GridLayout. |
GRID_ITEM_FLICK_ANIMATION_DURATION | The duration of the flick animation in seconds of GridLayout. |
GRID_MAXIMUM_SWIPE_SPEED | The maximum swipe speed in pixels per second of GridLayout. |
GRID_ROW_SPACING | The spacing between rows in the GridLayout. |
GRID_SCROLL_SPEED_FACTOR | The factor used to customise the scroll speed while dragging and swiping the GridLayout. |
GRID_SIDE_MARGIN | The margin in the left and right of the GridLayout. |
GRID_TOP_MARGIN | The margin in the top of the GridLayout. |
ITEM_SIZE | The size of each item in the Layout. |
ORIENTATION | The internal orientation of the Layout. |
SPIRAL_ITEM_FLICK_ANIMATION_DURATION | The duration of the flick animation in seconds of the SpiralLayout. |
SPIRAL_ITEM_SPACING | The spacing angle between items in the SpiralLayout. |
SPIRAL_MAXIMUM_SWIPE_SPEED | The maximum swipe speed in pixels per second of the SpiralLayout. |
SPIRAL_REVOLUTION_DISTANCE | The vertical distance for one revolution of the SpiralLayout. |
SPIRAL_SCROLL_SPEED_FACTOR | The factor used to customise the scroll speed while dragging and swiping the SpiralLayout. |
SPIRAL_TOP_ITEM_ALIGNMENT | The alignment of the top-item, when at the beginning of the SpiralLayout. |
TYPE | The type of the Layout. |