menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfGradientView - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved