Enum VisualTransformPropertyType
Definition
- Assembly:
- Tizen.NUI.dll
This specifies all the transform property types.
public enum VisualTransformPropertyType
Fields
Name | Description |
---|---|
AnchorPoint | The anchor-point of the visual. |
Offset | Offset of the visual, which can be either relative (percentage [0.0f to 1.0f] of the parent) or absolute (in world units). |
OffsetPolicy | Whether the x or y offset values are relative (percentage [0.0f to 1.0f] of the control) or absolute (in world units). |
Origin | The origin of the visual within its control area. |
Size | Size of the visual, which can be either relative (percentage [0.0f to 1.0f] of the parent) or absolute (in world units). |
SizePolicy | Whether the width or the height size values are relative (percentage [0.0f to 1.0f] of the control) or absolute (in world units). |