Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugeRadialGradient

    Show / Hide Table of Contents

    Class CircularGaugeRadialGradient

    Sets and gets the properties to render a radial gradient in the circular gauge.

    Inheritance
    System.Object
    CircularGaugeRadialGradient
    RadialGradient
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CircularGaugeRadialGradient : OwningComponentBase

    Constructors

    CircularGaugeRadialGradient()

    Declaration
    public CircularGaugeRadialGradient()

    Properties

    Radius

    Gets or sets the radius of the radial gradient in percentage.

    Declaration
    public string Radius { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Dispose(Boolean)

    Disposes the property values during the destroy of the component that is hold up for the execution of the component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved