Xamarin.Android

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

    Show / Hide Table of Contents

    Class BarPointer

    Represents BarPointer for the Linear Gauge

    Inheritance
    System.Object
    LinearPointer
    BarPointer
    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 BarPointer : LinearPointer

    Constructors

    BarPointer()

    Initializes a new instance of the BarPointer class.

    Declaration
    public BarPointer()

    Properties

    CornerRadius

    Gets or sets a corner radius value to draw bar pointer with rounder corner

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

    CornerRadiusType

    Gets or sets range cap value for scale bar

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

    GradientStops

    Gets or sets a gradient for pointer

    Declaration
    public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved