menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SfRadialGradientBrush

    Represents the SfRadialGradientBrush class.

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