Class CornerRadiusType
It describes the corner radius type for scale and pointer. You can customize the corner radius type for linear scale and pointer.
Inheritance
System.Object
CornerRadiusType
Namespace: Syncfusion.SfGauge.XForms
Assembly: Syncfusion.SfGauge.XForms.dll
Syntax
public sealed class CornerRadiusType : Enum
Fields
Both
This returns corner radius for scale and pointer. You can customize the corner radius type to both start and end for linear scale and pointer.
Declaration
public const CornerRadiusType Both
Field Value
Type |
---|
CornerRadiusType |
End
This returns corner radius for scale and pointer. You can customize the corner radius type to end for linear scale and pointer.
Declaration
public const CornerRadiusType End
Field Value
Type |
---|
CornerRadiusType |
None
This returns the default corner radius.
Declaration
public const CornerRadiusType None
Field Value
Type |
---|
CornerRadiusType |
Start
This returns corner radius for scale and pointer. You can customize the corner radius type to start for linear scale and pointer.
Declaration
public const CornerRadiusType Start
Field Value
Type |
---|
CornerRadiusType |