Xamarin.Android

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

    Show / Hide Table of Contents

    Class SymbolPointer

    Represents the symbol pointer

    Inheritance
    System.Object
    LinearPointer
    SymbolPointer
    Inherited Members
    LinearPointer.SetPointervalue(Single)
    LinearPointer.AnimationDuration
    LinearPointer.Value
    LinearPointer.StrokeWidth
    LinearPointer.Color
    LinearPointer.EnableAnimation
    Namespace: Com.Syncfusion.Gauges.SfLinearGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class SymbolPointer : LinearPointer

    Constructors

    SymbolPointer()

    Declaration
    public SymbolPointer()

    Properties

    ImageSource

    Gets or sets a value indicating whether to change ImageSource

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

    MarkerShape

    Gets or sets marker shape for the Symbol Pointer.

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

    Offset

    Gets or sets distance factor for the range Pointer.

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

    SymbolPosition

    Gets or sets position for the Symbol Pointer.

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