Struct GradientVisualProperty

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

This specifies properties of the GradientVisual.

C#
Copy
public struct GradientVisualProperty

Fields

View Source

Center

The center point of a radial gradient.

Declaration
C#
Copy
public static readonly int Center
Field Value
Type Description
int
View Source

EndPosition

The end position of a linear gradient.

Declaration
C#
Copy
public static readonly int EndPosition
Field Value
Type Description
int
View Source

Radius

The size of the radius of a radial gradient.

Declaration
C#
Copy
public static readonly int Radius
Field Value
Type Description
int
View Source

SpreadMethod

Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle.

Declaration
C#
Copy
public static readonly int SpreadMethod
Field Value
Type Description
int
View Source

StartPosition

The start position of a linear gradient.

Declaration
C#
Copy
public static readonly int StartPosition
Field Value
Type Description
int
View Source

StopColor

The color at the stop offsets.

Declaration
C#
Copy
public static readonly int StopColor
Field Value
Type Description
int
View Source

StopOffset

All the stop offsets.

Declaration
C#
Copy
public static readonly int StopOffset
Field Value
Type Description
int
View Source

Units

Defines the coordinate system for certain attributes of the points in a gradient.

Declaration
C#
Copy
public static readonly int Units
Field Value
Type Description
int