Class SfGradientView
Represents the SfGradientView class.
Inheritance
System.Object
SfGradientView
Namespace: Syncfusion.XForms.Graphics
Assembly: Syncfusion.Core.XForms.dll
Syntax
public class SfGradientView : View
Constructors
SfGradientView()
Declaration
public SfGradientView()
Fields
BackgroundBrushProperty
Gets or sets the background brush. This is a bindable property.
Declaration
public static readonly BindableProperty BackgroundBrushProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundBrush
Gets or sets the background brush. This is a bindable property.
Declaration
public SfGradientBrush BackgroundBrush { get; set; }
Property Value
Type |
---|
SfGradientBrush |
Methods
OnBindingContextChanged()
Invoked whenever the binding context of the element changes.
Declaration
protected override void OnBindingContextChanged()