Class SfRadialGradientBrush
Represents the SfRadialGradientBrush class.
Inherited Members
Namespace: Syncfusion.XForms.Graphics
Assembly: Syncfusion.Core.XForms.dll
Syntax
public class SfRadialGradientBrush : SfGradientBrush
Constructors
SfRadialGradientBrush()
Initializes a new instance of the SfRadialGradientBrush class.
Declaration
public SfRadialGradientBrush()
Fields
CenterProperty
Gets or sets the center point of the gradient values. This is a bindable property.
Declaration
public static readonly BindableProperty CenterProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
RadiusProperty
Gets or sets the radius of the gradient values. This is a bindable property.
Declaration
public static readonly BindableProperty RadiusProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Center
Gets or sets the center point of the gradient values. This is a bindable property.
Declaration
public Point Center { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Point |
Radius
Gets or sets the radius of the gradient values. This is a bindable property.
Declaration
public double Radius { get; set; }
Property Value
Type |
---|
System.Double |