menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFSymbolPointer - API Reference

    Show / Hide Table of Contents

    Class SFSymbolPointer

    Inheritance
    System.Object
    SFLinearPointer
    SFSymbolPointer
    Inherited Members
    SFLinearPointer.ActionForKey(String)
    SFLinearPointer.Thickness
    SFLinearPointer.Value
    SFLinearPointer.Color
    SFLinearPointer.EnableAnimation
    SFLinearPointer.AnimationDuration
    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 Description
    System.String

    LengthFactor

    Gets or sets the length factor for the Pointer

    Declaration
    public nfloat LengthFactor { get; set; }
    Property Value
    Type Description
    System.nfloat

    MarkerShape

    Gets or sets the SymbolPosition for the Pointer

    Declaration
    public MarkerShape MarkerShape { get; set; }
    Property Value
    Type Description
    MarkerShape

    Offset

    Gets or sets the offset value for the Pointer

    Declaration
    public nfloat Offset { get; set; }
    Property Value
    Type Description
    System.nfloat

    SymbolPosition

    Gets or sets the SymbolPosition for the Pointer

    Declaration
    public SymbolPointerPosition SymbolPosition { get; set; }
    Property Value
    Type Description
    SymbolPointerPosition

    Methods

    DrawInContext(CGContext)

    Declaration
    public override void DrawInContext(CGContext ctx)
    Parameters
    Type Name Description
    CoreGraphics.CGContext ctx
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved