Class GradientPosition
Defines the circle positions of the radial gradient.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
GradientPosition
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class GradientPosition : SfBaseComponent
Constructors
GradientPosition()
Declaration
public GradientPosition()
Properties
X
Defines the horizontal position in percentage.
Declaration
public string X { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Y
Defines the vertical position in percentage.
Declaration
public string Y { get; set; }
Property Value
Type | Description |
---|---|
System.String |