Enum GradientVisualSpreadMethodType

Definition

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

This specifies SpreadMethod types.
SpreadMethod defines what happens if the gradient starts or ends inside the bounds of the target rectangle.

C#
Copy
public enum GradientVisualSpreadMethodType
Name Description
Pad

Uses the terminal colors of the gradient to fill the remainder of the quad.

Reflect

Reflects the gradient pattern start-to-end, end-to-start, start-to-end, etc. until the quad is filled.

Repeat

Repeats the gradient pattern start-to-end, start-to-end, start-to-end, etc. until the quad is filled.