New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Inheritance: objectRadBrushRadSweepGradientBrush

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)
Parameters:centerPoint

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; }