Class BarPointer
Represents the bar pointer. To render bar pointer, create an instance of the BarPointer class and set required properties.
Inherited Members
Namespace: Syncfusion.SfGauge.XForms
Assembly: Syncfusion.SfGauge.XForms.dll
Syntax
public class BarPointer : LinearPointer, IThemeElement
Constructors
BarPointer()
Initializes a new instance of the BarPointer class. Using this instance, you can set value to the required properties of bar pointer.
Declaration
public BarPointer()
Fields
CornerRadiusProperty
Gets or sets the rounded corner value to draw the bar pointer with rounded corners for the linear gauge control.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
CornerRadiusTypeProperty
Gets or sets the rounded corner radius type to draw the bar pointer with rounded corners to the linear gauge control.
Declaration
public static readonly BindableProperty CornerRadiusTypeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
GradientStopsProperty
Gets or sets a collection of gradient colors to customize the gradient stop color to the linear gauge.
Declaration
public static readonly BindableProperty GradientStopsProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
CornerRadius
Gets or sets the rounded corner value to draw the bar pointer with rounded corners for linear gauge control.
Declaration
public double CornerRadius { get; set; }
Property Value
Type |
---|
System.Double |
CornerRadiusType
Gets or sets the rounded corner radius type to draw the bar pointer with rounded corners to the linear gauge control.
Declaration
public CornerRadiusType CornerRadiusType { get; set; }
Property Value
Type |
---|
CornerRadiusType |
GradientStops
Declaration
public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop> |