Struct GradientVisualProperty
Definition
- Assembly:
- Tizen.NUI.dll
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 |
---|---|
int |
EndPosition
The end position of a linear gradient.
Declaration
public static readonly int EndPosition
Field Value
Type | Description |
---|---|
int |
Radius
The size of the radius of a radial gradient.
Declaration
public static readonly int Radius
Field Value
Type | Description |
---|---|
int |
SpreadMethod
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 |
---|---|
int |
StartPosition
The start position of a linear gradient.
Declaration
public static readonly int StartPosition
Field Value
Type | Description |
---|---|
int |
StopColor
The color at the stop offsets.
Declaration
public static readonly int StopColor
Field Value
Type | Description |
---|---|
int |
StopOffset
All the stop offsets.
Declaration
public static readonly int StopOffset
Field Value
Type | Description |
---|---|
int |
Units
Defines the coordinate system for certain attributes of the points in a gradient.
Declaration
public static readonly int Units
Field Value
Type | Description |
---|---|
int |