Class CircularGaugeGradientPosition
Inheritance
System.Object
CircularGaugeGradientPosition
Inherited Members
Namespace: Syncfusion.EJ2.CircularGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeGradientPosition : EJTagHelper
Constructors
CircularGaugeGradientPosition()
Declaration
public CircularGaugeGradientPosition()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
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 |