RadGradientStop
Class
Represents a gradient stop that defines a color and position within a gradient.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadGradientStop
Inheritance: objectRadGradientStop
Constructors
Initializes a new instance of the RadGradientStop class.
C#
public RadGradientStop()
Initializes a new instance of the RadGradientStop class with the specified color and offset.
C#
public RadGradientStop(Color color, double offset)
The color of the gradient stop.
offsetdoubleThe offset position of the gradient stop (0.0 to 1.0).