Class CircularGaugeLinearGradient
Sets and gets the properties to render a linear gradient in the circular gauge.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
CircularGaugeLinearGradient
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class CircularGaugeLinearGradient : SfBaseComponent
Constructors
CircularGaugeLinearGradient()
Declaration
public CircularGaugeLinearGradient()
Properties
EndValue
Defines the end value of the linear gradient.
Declaration
public string EndValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartValue
Defines the start value of the linear gradient.
Declaration
public string StartValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |