Class RadSweepGradientStop
Inheritance
System.Object
RadSweepGradientStop
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadSweepGradientStop : Object
Constructors
RadSweepGradientStop()
Declaration
public RadSweepGradientStop()
RadSweepGradientStop(Color, Double)
Declaration
public RadSweepGradientStop(Color color, double angle)
Parameters
Microsoft.Maui.Graphics.Color
color
|
System.Double
angle
|
Properties
Angle
Declaration
public double Angle { get; }
Property Value
System.Double
|
Color
Declaration
public Color Color { get; }
Property Value
Microsoft.Maui.Graphics.Color
|