Enum GradientVisualUnitsType

Definition

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

The type of coordinate system for certain attributes of the points in a gradient.

C#
Copy
public enum GradientVisualUnitsType
Name Description
ObjectBoundingBox

Uses the normals for the start, end, and center points, i.e., top-left is (-0.5, -0.5) and bottom-right is (0.5, 0.5).

UserSpace

Uses the user coordinates for the start, end, and center points, i.e., in a 200 by 200 control, top-left is (0, 0) and bottom-right is (200, 200).