Enum SpreadType

Definition

Namespace:
Tizen.NUI.BaseComponents.VectorGraphics
Assembly:
Tizen.NUI.dll
API Level:
9

Enumeration specifying how to fill the area outside the gradient bounds.

C#
Copy
public enum SpreadType
Name Description
Pad

The remaining area is filled with the closest stop color.

Reflect

The gradient pattern is reflected outside the gradient area until the expected region is filled.

Repeat

The gradient pattern is repeated continuously beyond the gradient area until the expected region is filled.