Xamarin.Android

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

    Show / Hide Table of Contents

    Class PointerPosition

    Represents Pointer Position in the Circular Gauge

    Inheritance
    System.Object
    PointerPosition
    Namespace: Com.Syncfusion.Gauges.SfCircularGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class PointerPosition : Object
    Remarks

    Contains properties to point position of the value and it can be positioned in the CircularScale

    Constructors

    PointerPosition()

    Declaration
    public PointerPosition()

    Properties

    PointerValue

    Gets or sets pointer value for circularPointer.

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

    PointerValuePosition

    Gets or sets pointer value position for the rangePointer.

    Declaration
    public PointF PointerValuePosition { get; set; }
    Property Value
    Type Description
    Android.Graphics.PointF

    RangeStartPosition

    Gets or sets start position for the rangePointer.

    Declaration
    public PointF RangeStartPosition { get; set; }
    Property Value
    Type Description
    Android.Graphics.PointF

    RangeStartValue

    Gets or sets start value for the rangePointer.

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