Class SFSymbolPointer
Inherited Members
Namespace: Syncfusion.SfGauge.iOS
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFSymbolPointer : SFLinearPointer
Constructors
SFSymbolPointer()
Declaration
public SFSymbolPointer()
Properties
ImageSource
Gets or sets the ImageSource of the Marker Pointer
Declaration
public string ImageSource { get; set; }
Property Value
Type |
---|
System.String |
LengthFactor
Gets or sets the length factor for the Pointer
Declaration
public nfloat LengthFactor { get; set; }
Property Value
Type |
---|
System.nfloat |
MarkerShape
Gets or sets the SymbolPosition for the Pointer
Declaration
public MarkerShape MarkerShape { get; set; }
Property Value
Type |
---|
MarkerShape |
Offset
Gets or sets the offset value for the Pointer
Declaration
public nfloat Offset { get; set; }
Property Value
Type |
---|
System.nfloat |
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 |