Class CircularGaugeRadialGradient
Sets and gets the properties to render a radial gradient in the circular gauge.
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 |
---|
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 |