Enum VisualTransformPropertyType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies all the transform property types.

C#
Copy
public enum VisualTransformPropertyType
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).