Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFNeedlePointer - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFNeedlePointer

    Inheritance
    System.Object
    SFCircularPointer
    SFNeedlePointer
    Inherited Members
    SFCircularPointer.Draw(CGRect)
    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 SFNeedlePointer : SFCircularPointer

    Constructors

    SFNeedlePointer()

    Declaration
    public SFNeedlePointer()

    SFNeedlePointer(CGRect)

    Declaration
    public SFNeedlePointer(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

    KnobStrokeColor

    Gets or sets the KnobStrokeColor of the Needle Pointer

    Declaration
    public UIColor KnobStrokeColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    KnobStrokeWidth

    Gets or sets the KnobStrokeWidth of the Needle Pointer

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

    StepFrequency

    Gets or sets the snap value to the needle 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.

    TailColor

    Gets or sets the tail color of the pointer

    Declaration
    public UIColor TailColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    TailLengthFactor

    Gets or sets the TailLengthFactor of the Needle Pointer

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

    TailStrokeColor

    Gets or sets the TailStrokeColor of the Needle Pointer

    Declaration
    public UIColor TailStrokeColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    TailStrokeWidth

    Gets or sets the TailStrokeWidth of the Needle Pointer

    Declaration
    public nfloat TailStrokeWidth { get; set; }
    Property Value
    Type Description
    System.nfloat
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved