Enum LinearLayout.Alignment
Definition
- Assembly:
- Tizen.NUI.dll
[Draft] Enumeration for the alignment of the linear layout items
[Obsolete("This has been deprecated in API9 and will be removed in API11. Use HorizontalAlignment and VerticalAlignment instead.")]
public enum LinearLayout.Alignment
Fields
Name | Description |
---|---|
Begin | At the left/right edge of the container (maps to LTR/RTL direction for horizontal orientation) |
Bottom | At the bottom edge of the container |
Center | At the vertical and horizontal center of the container |
CenterHorizontal | At the horizontal center of the container |
CenterVertical | At the vertical center of the container |
End | At the right/left edge of the container (maps to LTR/RTL direction for horizontal orientation) |
Top | At the top edge of the container |