Class SfLinearGradientBrush
Represents the SfLinearGradientBrush class.
Inherited Members
Namespace: Syncfusion.XForms.Graphics
Assembly: Syncfusion.Core.XForms.dll
Syntax
public class SfLinearGradientBrush : SfGradientBrush
Constructors
SfLinearGradientBrush()
Initializes a new instance of the SfLinearGradientBrush class.
Declaration
public SfLinearGradientBrush()
Fields
EndPointProperty
Gets or sets the end point of the gradient values. This is a bindable property.
Declaration
public static readonly BindableProperty EndPointProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StartPointProperty
Gets or sets the start point of the gradient values. This is a bindable property.
Declaration
public static readonly BindableProperty StartPointProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
EndPoint
Gets or sets the end point of the gradient values. This is a bindable property.
Declaration
public Point EndPoint { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Point |
StartPoint
Gets or sets the start point of the gradient values. This is a bindable property.
Declaration
public Point StartPoint { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Point |