Class SFMarkerPointer
Inheritance
System.Object
SFMarkerPointer
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFMarkerPointer : SFCircularPointer
Constructors
SFMarkerPointer()
Declaration
SFMarkerPointer(CGRect)
Declaration
public SFMarkerPointer(CGRect frame)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
frame |
|
Properties
EnableDragging
Gets or sets a value indicating whether to enable dragging or not.
Declaration
public bool EnableDragging { get; set; }
Property Value
ImageSource
Gets or sets the ImageSource of the Marker Pointer
Declaration
public string ImageSource { get; set; }
Property Value
MarkerHeight
Gets or sets the MarkerHeight of the Marker Pointer
Declaration
public nfloat MarkerHeight { get; set; }
Property Value
MarkerShape
Gets or sets the MarkerShape of the Marker Pointer
Declaration
public MarkerShape MarkerShape { get; set; }
Property Value
MarkerWidth
Gets or sets the MarkerWidth of the Marker Pointer
Declaration
public nfloat MarkerWidth { get; set; }
Property Value
Offset
Gets or sets the Offset of the Marker Pointer
Declaration
public nfloat Offset { get; set; }
Property Value
StepFrequency
Gets or sets the snap value to the marker pointer. While dragging the pointer, it will move to next value based on step frequency value. Default value is 0.
Declaration
public double StepFrequency { get; set; }
Property Value
Methods
Draw(CGRect)
Declaration
public override void Draw(CGRect area)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
area |
|
Overrides