Tizen Native API
5.5
|
GradientVisual Property. More...
Enumerations | |
enum | |
Enumeration for the instance of properties belonging to the GradientVisual. More... |
anonymous enum |
Enumeration for the instance of properties belonging to the GradientVisual.
START_POSITION |
The start position of a linear gradient. Name "startPosition", type Property::VECTOR2.
|
END_POSITION |
The end position of a linear gradient. Name "endPosition", type Property::VECTOR2.
|
CENTER |
The center point of a radial gradient. Name "center", type Property::VECTOR2.
|
RADIUS |
The size of the radius of a radial gradient. Name "radius", type Property::FLOAT.
|
STOP_OFFSET |
All the stop offsets. Name "stopOffset", type Property::ARRAY of Property::FLOAT.
|
STOP_COLOR |
The color at the stop offsets. Name "stopColor", type Property::ARRAY of Property::VECTOR4.
|
UNITS |
Defines the coordinate system for certain attributes of the points in a gradient. Name "units", type Units::Type (Property::INTEGER) or Property::STRING.
|
SPREAD_METHOD |
Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle. Name "spreadMethod", type SpreadMethod::Type (Property::INTEGER) or Property::STRING.
|