Class BarPointer
Represents BarPointer for the Linear Gauge
Inherited Members
Namespace: Com.Syncfusion.Gauges.SfLinearGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class BarPointer : LinearPointer
Constructors
BarPointer()
Initializes a new instance of the BarPointer class.
Declaration
public BarPointer()
Properties
CornerRadius
Gets or sets a corner radius value to draw bar pointer with rounder corner
Declaration
public double CornerRadius { get; set; }
Property Value
Type |
---|
System.Double |
CornerRadiusType
Gets or sets range cap value for scale bar
Declaration
public CornerRadiusType CornerRadiusType { get; set; }
Property Value
Type |
---|
CornerRadiusType |
GradientStops
Gets or sets a gradient for pointer
Declaration
public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop> |