Class SFBarPointer
Inherited Members
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFBarPointer : SFLinearPointer
Constructors
SFBarPointer()
Declaration
public SFBarPointer()
Properties
CornerRadiusType
Gets or sets the range cap.
Declaration
public CornerRadiusType CornerRadiusType { get; set; }
Property Value
Type | Description |
---|---|
CornerRadiusType | The range cap. |
CornerRadiusValue
Gets or sets the rounded corner radius.
Declaration
public nfloat CornerRadiusValue { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The rounded corner radius. |
GradientStops
Gets or sets the gradient values of the range
Declaration
public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop> |
Methods
DrawInContext(CGContext)
Declaration
public override void DrawInContext(CGContext ctx)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGContext | ctx |