menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class MarkerPointer

    Represents Marker Pointer in the Circular Gauge

    Inheritance
    System.Object
    CircularPointer
    MarkerPointer
    Inherited Members
    CircularPointer.AnimationDuration
    CircularPointer.Color
    CircularPointer.EnableAnimation
    CircularPointer.PointerPositionChangedEvent
    CircularPointer.Value
    CircularPointer.ValueChangeCompleted
    CircularPointer.ValueChangeStarted
    CircularPointer.ValueChanging
    CircularPointer.Width
    Namespace: Com.Syncfusion.Gauges.SfCircularGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class MarkerPointer : CircularPointer
    Remarks

    MarkerPointer contains different marker shapes, multiple pointers can be added to the Scale

    Constructors

    MarkerPointer()

    Declaration
    public MarkerPointer()

    Properties

    EnableDragging

    Gets or sets a value indicating whether the pointer can be drag or not.

    Declaration
    public bool EnableDragging { get; set; }
    Property Value
    Type
    System.Boolean

    ImageSource

    Gets or sets a value indicating whether to change ImageSource

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

    MarkerHeight

    Gets or sets a value indicating whether to change MarkerHeight

    Declaration
    public double MarkerHeight { get; set; }
    Property Value
    Type
    System.Double

    MarkerShape

    Gets or sets a value indicating whether to change MarkerShape

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

    MarkerWidth

    Gets or sets a value indicating whether to change MarkerWidth

    Declaration
    public double MarkerWidth { get; set; }
    Property Value
    Type
    System.Double

    Offset

    Gets or sets a value indicating whether to change Offset

    Declaration
    public double Offset { get; set; }
    Property Value
    Type
    System.Double

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

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved