Class RadSweepGradientBrush
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class RadSweepGradientBrush : RadBrush
Constructors
RadSweepGradientBrush()
Declaration
public RadSweepGradientBrush()
RadSweepGradientBrush(Point)
Declaration
public RadSweepGradientBrush(Point center)
Parameters
|
Xamarin.Forms.Point
center
|
Properties
Center
Declaration
public Point Center { get; }
Property Value
|
Xamarin.Forms.Point
|
GradientStops
Declaration
public ICollection<RadSweepGradientStop> GradientStops { get; }
Property Value
|
System.Collections.Generic.ICollection<RadSweepGradientStop>
|