Represents a brush that paints with a sweep gradient pattern.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadSweepGradientBrush : RadBrush
Constructors
Initializes a new instance of the RadSweepGradientBrush class.
C#
public RadSweepGradientBrush()
Initializes a new instance of the RadSweepGradientBrush class with the specified center point.
C#
public RadSweepGradientBrush(Point center)
The center point of the sweep gradient.
Properties
Center
Point
Gets the center point of the sweep gradient.
C#
public Point Center { get; }
Gets the collection of gradient stops that define the sweep gradient pattern.
C#
public ICollection<RadSweepGradientStop> GradientStops { get; }