GradientSpreadMethod
GradientSpreadMethod
GradientSpreadMethod
GradientSpreadMethod
Enum
Definition
Specifies how to draw the gradient outside a gradient brush's gradient vector or space.
public : enum class GradientSpreadMethodpublic enum GradientSpreadMethodPublic Enum GradientSpreadMethod// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Pad Pad Pad Pad | The color values at the ends of the gradient vector fill the remaining space. |
| Reflect Reflect Reflect Reflect | The gradient is repeated in the reverse direction until the space is filled. |
| Repeat Repeat Repeat Repeat | The gradient is repeated in the original direction until the space is filled. |