LinearGradientBrush Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The LinearGradientBrush type exposes the following members.
| Name | Description | |
|---|---|---|
|
ColorInterpolationMode | Gets or sets a ColorInterpolationMode enumeration value that specifies how the gradient's colors are interpolated. (Inherited from GradientBrush.) |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
EndPoint | Gets or sets the ending two-dimensional coordinates of the linear gradient. |
|
GradientStops | Gets or sets the brush's gradient stops. (Inherited from GradientBrush.) |
|
MappingMode | Gets or sets a BrushMappingMode enumeration value that specifies whether the positioning coordinates of the gradient brush are absolute or relative to the output area. (Inherited from GradientBrush.) |
|
Opacity | Gets or sets the degree of opacity of a Brush. (Inherited from Brush.) |
|
RelativeTransform | Gets or sets the transformation that is applied to the brush using relative coordinates. (Inherited from Brush.) |
|
SpreadMethod | Gets or sets the type of spread method that specifies how to draw a gradient that starts or ends inside the bounds of the object to be painted. (Inherited from GradientBrush.) |
|
StartPoint | Gets or sets the starting two-dimensional coordinates of the linear gradient. |
|
Transform | Gets or sets the transformation that is applied to the brush. (Inherited from Brush.) |
Show: