LinearGradientBrush Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property ColorInterpolationMode Gets or sets a ColorInterpolationMode enumeration value that specifies how the gradient's colors are interpolated. (Inherited from GradientBrush.)
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property EndPoint Gets or sets the ending two-dimensional coordinates of the linear gradient.
Public property GradientStops Gets or sets the brush's gradient stops. (Inherited from GradientBrush.)
Public property 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.)
Public property Opacity Gets or sets the degree of opacity of a Brush. (Inherited from Brush.)
Public property RelativeTransform Gets or sets the transformation that is applied to the brush using relative coordinates. (Inherited from Brush.)
Public property 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.)
Public property StartPoint Gets or sets the starting two-dimensional coordinates of the linear gradient.
Public property Transform Gets or sets the transformation that is applied to the brush. (Inherited from Brush.)
Top

Show:
© 2017 Microsoft