GradientSpreadMethod Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies how to draw the gradient outside a gradient brush's gradient vector or space.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Public Enumeration GradientSpreadMethod
public enum GradientSpreadMethod
<object property="enumMemberName"/>
Members
| Member name | Description | |
|---|---|---|
| Pad | The color values at the ends of the gradient vector fill the remaining space. | |
| Reflect | The gradient is repeated in the reverse direction until the space is filled. | |
| Repeat | The gradient is repeated in the original direction until the space is filled. |
Remarks
The following illustration shows the available spread methods and their effect on LinearGradientBrush and RadialGradientBrush. The red line indicates the gradient space. A LinearGradientBrush defines its gradient space with its StartPoint and EndPoint properties. A RadialGradientBrush defines its gradient space with its Center, RadiusX, and RadiusY properties.
Gradient spread methods
.png)
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone