Class
RadSweepGradientStop

Represents a sweep gradient stop with a specific color and angle.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadSweepGradientStop

Inheritance: objectRadSweepGradientStop

Constructors

RadSweepGradientStop()

Initializes a new instance of the RadSweepGradientStop class.

Declaration

cs-api-definition
public RadSweepGradientStop()

RadSweepGradientStop(Color, double)

Initializes a new instance of the RadSweepGradientStop class with the specified color and angle.

Declaration

cs-api-definition
public RadSweepGradientStop(Color color, double angle)

Parameters

color

Color

The color of the gradient stop.

angle

double

The angle of the gradient stop.

Properties

Angle

Gets the angle of the gradient stop.

Declaration

cs-api-definition
public double Angle { get; }

Property Value

double

Color

Gets the color of the gradient stop.

Declaration

cs-api-definition
public Color Color { get; }

Property Value

Color