menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SfLinearGradientBrush

    Represents the SfLinearGradientBrush class.

    Inheritance
    System.Object
    SfGradientBrush
    SfLinearGradientBrush
    Inherited Members
    SfGradientBrush.GradientStops
    SfGradientBrush.GradientStopsProperty
    SfGradientBrush.OnBindingContextChanged()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved