menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointerPositionChangedArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointerPositionChangedArgs

    The PointerPositionChangedArgs class represents the properties of the PointerPositionChanged event in the circular gauge.

    Inheritance
    System.Object
    PointerPositionChangedArgs
    Namespace: Syncfusion.SfGauge.XForms
    Assembly: Syncfusion.SfGauge.XForms.dll
    Syntax
    public class PointerPositionChangedArgs : Object

    Constructors

    PointerPositionChangedArgs()

    Declaration
    public PointerPositionChangedArgs()

    Properties

    Pointer

    Get or set the pointer.

    Declaration
    public Pointer Pointer { get; set; }
    Property Value
    Type
    Pointer

    pointerValue

    Get or set the pointer value.

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

    pointerValuePostion

    Get or set the pointer value position.

    Declaration
    public Point pointerValuePostion { get; set; }
    Property Value
    Type
    Xamarin.Forms.Point

    rangeStartPosition

    Get or set the range start position.

    Declaration
    public Point rangeStartPosition { get; set; }
    Property Value
    Type
    Xamarin.Forms.Point

    rangeStartValue

    Get or set the range start value.

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

    Scale

    Get or set the scale.

    Declaration
    public Scale Scale { get; set; }
    Property Value
    Type
    Scale
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved