Struct GradientVisualProperty

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

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
Int32
API Level: 3
View Source

EndPosition

The end position of a linear gradient.

Declaration
C#
Copy
public static readonly int EndPosition
Field Value
Type Description
Int32
API Level: 3
View Source

Radius

The size of the radius of a radial gradient.

Declaration
C#
Copy
public static readonly int Radius
Field Value
Type Description
Int32
API Level: 3
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
Int32
API Level: 3
View Source

StartPosition

The start position of a linear gradient.

Declaration
C#
Copy
public static readonly int StartPosition
Field Value
Type Description
Int32
API Level: 3
View Source

StopColor

The color at the stop offsets.

Declaration
C#
Copy
public static readonly int StopColor
Field Value
Type Description
Int32
API Level: 3
View Source

StopOffset

All the stop offsets.

Declaration
C#
Copy
public static readonly int StopOffset
Field Value
Type Description
Int32
API Level: 3
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
Int32
API Level: 3