Class RadGradientStop
Inheritance
System.Object
RadGradientStop
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class RadGradientStop : Object
Constructors
RadGradientStop()
Declaration
public RadGradientStop()
RadGradientStop(Color, Double)
Declaration
public RadGradientStop(Color color, double offset)
Parameters
Xamarin.Forms.Color
color
|
System.Double
offset
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Xamarin.Forms.Color
|
Offset
Declaration
public double Offset { get; set; }
Property Value
System.Double
|