ClassRadSweepGradientStop
Class
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
The angle of the gradient stop.