menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class BarPointer

    Represents the bar pointer. To render bar pointer, create an instance of the BarPointer class and set required properties.

    Inheritance
    System.Object
    LinearPointer
    BarPointer
    Inherited Members
    LinearPointer.AnimationDuration
    LinearPointer.AnimationDurationProperty
    LinearPointer.Color
    LinearPointer.ColorProperty
    LinearPointer.EnableAnimation
    LinearPointer.EnableAnimationProperty
    LinearPointer.Thickness
    LinearPointer.ThicknessProperty
    LinearPointer.Value
    LinearPointer.ValueProperty
    Namespace: Syncfusion.SfGauge.XForms
    Assembly: Syncfusion.SfGauge.XForms.dll
    Syntax
    public class BarPointer : LinearPointer, IThemeElement

    Constructors

    BarPointer()

    Initializes a new instance of the BarPointer class. Using this instance, you can set value to the required properties of bar pointer.

    Declaration
    public BarPointer()

    Fields

    CornerRadiusProperty

    Gets or sets the rounded corner value to draw the bar pointer with rounded corners for the linear gauge control.

    Declaration
    public static readonly BindableProperty CornerRadiusProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    CornerRadiusTypeProperty

    Gets or sets the rounded corner radius type to draw the bar pointer with rounded corners to the linear gauge control.

    Declaration
    public static readonly BindableProperty CornerRadiusTypeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    GradientStopsProperty

    Gets or sets a collection of gradient colors to customize the gradient stop color to the linear gauge.

    Declaration
    public static readonly BindableProperty GradientStopsProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    CornerRadius

    Gets or sets the rounded corner value to draw the bar pointer with rounded corners for linear gauge control.

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

    CornerRadiusType

    Gets or sets the rounded corner radius type to draw the bar pointer with rounded corners to the linear gauge control.

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

    GradientStops

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