RadSweepGradientStop
Class
Represents a sweep gradient stop with a specific color and angle.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadSweepGradientStop
Inheritance: objectRadSweepGradientStop
Constructors
Initializes a new instance of the RadSweepGradientStop class.
C#
public RadSweepGradientStop()
Initializes a new instance of the RadSweepGradientStop class with the specified color and angle.
C#
public RadSweepGradientStop(Color color, double angle)
The color of the gradient stop.
angledoubleThe angle of the gradient stop.