Class
RadSweepGradientBrush

Represents a brush that paints with a sweep gradient pattern.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadSweepGradientBrush : RadBrush

Inheritance: objectRadBrushRadSweepGradientBrush

Constructors

RadSweepGradientBrush()

Initializes a new instance of the RadSweepGradientBrush class.

Declaration

cs-api-definition
public RadSweepGradientBrush()

RadSweepGradientBrush(Point)

Initializes a new instance of the RadSweepGradientBrush class with the specified center point.

Declaration

cs-api-definition
public RadSweepGradientBrush(Point center)

Parameters

center

Point

The center point of the sweep gradient.

Properties

Center

Gets the center point of the sweep gradient.

Declaration

cs-api-definition
public Point Center { get; }

Property Value

Point

GradientStops

Gets the collection of gradient stops that define the sweep gradient pattern.

Declaration

cs-api-definition
public ICollection<RadSweepGradientStop> GradientStops { get; }

Property Value

ICollection<RadSweepGradientStop>