Struct GradientVisualProperty
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
This specifies properties of the GradientVisual.
public struct GradientVisualProperty
Fields
View SourceCenter
The center point of a radial gradient.
Declaration
public static readonly int Center
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceEndPosition
The end position of a linear gradient.
Declaration
public static readonly int EndPosition
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceRadius
The size of the radius of a radial gradient.
Declaration
public static readonly int Radius
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceSpreadMethod
Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle.
Declaration
public static readonly int SpreadMethod
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceStartPosition
The start position of a linear gradient.
Declaration
public static readonly int StartPosition
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceStopColor
The color at the stop offsets.
Declaration
public static readonly int StopColor
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceStopOffset
All the stop offsets.
Declaration
public static readonly int StopOffset
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceUnits
Defines the coordinate system for certain attributes of the points in a gradient.
Declaration
public static readonly int Units
Field Value
Type | Description |
---|---|
Int32 |