menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFMarkerPointer

    Inheritance
    System.Object
    SFCircularPointer
    SFMarkerPointer
    Inherited Members
    SFCircularPointer.Width
    SFCircularPointer.Value
    SFCircularPointer.Color
    SFCircularPointer.EnableAnimation
    SFCircularPointer.AnimationDuration
    SFCircularPointer.Radius
    SFCircularPointer.LengthFactor
    SFCircularPointer.KnobRadius
    SFCircularPointer.KnobRadiusFactor
    SFCircularPointer.KnobColor
    SFCircularPointer.PointerType
    SFCircularPointer.UpdateEndValue
    SFCircularPointer.ValueChangeStarted
    SFCircularPointer.ValueChanging
    SFCircularPointer.ValueChangeCompleted
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFMarkerPointer : SFCircularPointer

    Constructors

    SFMarkerPointer()

    Declaration
    public SFMarkerPointer()

    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
    Type Description
    System.Boolean

    ImageSource

    Gets or sets the ImageSource of the Marker Pointer

    Declaration
    public string ImageSource { get; set; }
    Property Value
    Type Description
    System.String

    MarkerHeight

    Gets or sets the MarkerHeight of the Marker Pointer

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

    MarkerShape

    Gets or sets the MarkerShape of the Marker Pointer

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

    MarkerWidth

    Gets or sets the MarkerWidth of the Marker Pointer

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

    Offset

    Gets or sets the Offset of the Marker Pointer

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

    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
    Type Description
    System.Double
    Remarks

    To drag with step frequency value, enable dragging support for pointer.

    Methods

    Draw(CGRect)

    Declaration
    public override void Draw(CGRect area)
    Parameters
    Type Name Description
    CoreGraphics.CGRect area
    Overrides
    SFCircularPointer.Draw(CGRect)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved