Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearPointer

    Show / Hide Table of Contents

    Class LinearPointer

    Represents the linear pointer

    Inheritance
    System.Object
    LinearPointer
    BarPointer
    SymbolPointer
    Namespace: Com.Syncfusion.Gauges.SfLinearGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class LinearPointer : Object

    Constructors

    LinearPointer()

    Declaration
    public LinearPointer()

    Properties

    AnimationDuration

    Gets or sets the animation duration of the pointer for linear gauge.

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

    Color

    Gets or sets the color of the pointer

    Declaration
    public int Color { get; set; }
    Property Value
    Type Description
    System.Int32

    EnableAnimation

    Gets or sets a value indicating whether to enable animation or not

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

    StrokeWidth

    Gets or sets the thickness of needle pointer

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

    Value

    Gets or sets the value for the pointer

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

    Methods

    SetPointervalue(Single)

    Method used to set pointer value

    Declaration
    protected void SetPointervalue(float newValue)
    Parameters
    Type Name Description
    System.Single newValue

    to get new value

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