Class CircularGaugeRadialGradient
Represents the properties required 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 as a percentage.
Declaration
public string Radius { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String value representing the radius percentage of the radial gradient. The default is "0%". |
Remarks
This property defines how far from the center the radial gradient extends, using a percentage to specify the radius.
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 |