Class SFSymbolPointer
Inheritance
System.Object
SFSymbolPointer
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFSymbolPointer : SFLinearPointer
Constructors
SFSymbolPointer()
Declaration
Properties
ImageSource
Gets or sets the ImageSource of the Marker Pointer
Declaration
public string ImageSource { get; set; }
Property Value
LengthFactor
Gets or sets the length factor for the Pointer
Declaration
public nfloat LengthFactor { get; set; }
Property Value
MarkerShape
Gets or sets the SymbolPosition for the Pointer
Declaration
public MarkerShape MarkerShape { get; set; }
Property Value
Offset
Gets or sets the offset value for the Pointer
Declaration
public nfloat Offset { get; set; }
Property Value
SymbolPosition
Gets or sets the SymbolPosition for the Pointer
Declaration
public SymbolPointerPosition SymbolPosition { get; set; }
Property Value
Methods
DrawInContext(CGContext)
Declaration
public override void DrawInContext(CGContext ctx)
Parameters
Type |
Name |
Description |
CoreGraphics.CGContext |
ctx |
|