Class GradientPosition
Defines the circle positions of the radial gradient.
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class GradientPosition : OwningComponentBase
Constructors
GradientPosition()
Declaration
public GradientPosition()
Properties
X
Gets or sets the horizontal position in percentage.
Declaration
public string X { get; set; }
Property Value
Type |
---|
System.String |
Y
Gets or sets the vertical position in percentage.
Declaration
public string Y { 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 |