Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFPointerPosition

    Inheritance
    System.Object
    SFPointerPosition
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFPointerPosition : NSObject

    Constructors

    SFPointerPosition()

    Declaration
    public SFPointerPosition()

    Properties

    PointerIndex

    Gets or sets the Index of the Pointer

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

    PointerValue

    Gets or sets the pointer value of the pointer

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

    PointerValuePosition

    Gets or sets the position of the PointerValue

    Declaration
    public CGPoint PointerValuePosition { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGPoint

    RangeStartPosition

    Gets or sets the position for the RangeStart

    Declaration
    public CGPoint RangeStartPosition { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGPoint

    RangeStartValue

    Gets or sets the start value for the RangePointer

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

    ScaleIndex

    Gets or sets the Index of the Scale

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