menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFBarPointer

    Inheritance
    System.Object
    SFLinearPointer
    SFBarPointer
    Inherited Members
    SFLinearPointer.ActionForKey(String)
    SFLinearPointer.AnimationDuration
    SFLinearPointer.Color
    SFLinearPointer.EnableAnimation
    SFLinearPointer.Thickness
    SFLinearPointer.Value
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFBarPointer : SFLinearPointer

    Constructors

    SFBarPointer()

    Declaration
    public SFBarPointer()

    Properties

    CornerRadiusType

    Gets or sets the range cap.

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

    The range cap.

    CornerRadiusValue

    Gets or sets the rounded corner radius.

    Declaration
    public nfloat CornerRadiusValue { get; set; }
    Property Value
    Type Description
    System.nfloat

    The rounded corner radius.

    GradientStops

    Gets or sets the gradient values of the range

    Declaration
    public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop>

    Methods

    DrawInContext(CGContext)

    Declaration
    public override void DrawInContext(CGContext ctx)
    Parameters
    Type Name Description
    CoreGraphics.CGContext ctx
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved