Enum SpreadType
Definition
- Namespace:
- Tizen.NUI.BaseComponents.VectorGraphics
- Assembly:
- Tizen.NUI.dll
Enumeration specifying how to fill the area outside the gradient bounds.
public enum SpreadType
Fields
| 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. |