menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFLinearPointer

    Inheritance
    System.Object
    SFLinearPointer
    SFBarPointer
    SFSymbolPointer
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFLinearPointer : CALayer

    Constructors

    SFLinearPointer()

    Declaration
    public SFLinearPointer()

    Properties

    AnimationDuration

    Gets or sets animation duration of the pointer

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

    Color

    Gets or sets the color of the Pointer

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type
    UIKit.UIColor

    EnableAnimation

    Gets or sets a value indicating whether to enable animation in Linear Gauge

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

    Thickness

    Gets or sets the thickness of the Pointer

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

    Value

    Gets or sets the value of the Pointer

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

    Methods

    ActionForKey(String)

    Declaration
    public override NSObject ActionForKey(string eventKey)
    Parameters
    Type Name Description
    System.String eventKey
    Returns
    Type
    Foundation.NSObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved