Definition
- Namespace:
- Tizen.NUI.BaseComponents.VectorGraphics
- Assembly:
- Tizen.NUI.dll
- API Level:
- 9
A data storing the information about the color and its relative position inside the gradient bounds.
- Inheritance
-
Constructors
Declaration
public ColorStop(float offset, Color color)
Parameters
Type |
Name |
Description |
System.Single |
offset |
|
Color |
color |
|
API Level: 9
Properties
Declaration
public Color Color { get; set; }
Property Value
API Level: 9
Declaration
public float Offset { get; set; }
Property Value
Type |
Description |
System.Single |
|
API Level: 9