Enum GradientVisualUnitsType
Definition
- Assembly:
- Tizen.NUI.dll
The type of coordinate system for certain attributes of the points in a gradient.
public enum GradientVisualUnitsType
Fields
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). |