Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFCircularGauge

    Inheritance
    System.Object
    SFCircularGauge
    Implements
    System.ComponentModel.IComponent
    System.IDisposable
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFCircularGauge : UIView, IComponent, IDisposable

    Constructors

    SFCircularGauge()

    Initializes a new instance of the SFCircularGauge class.

    Declaration
    public SFCircularGauge()

    SFCircularGauge(CGRect)

    Initializes a new instance of the SFCircularGauge class.

    Declaration
    public SFCircularGauge(CGRect frame)
    Parameters
    Type Name Description
    CoreGraphics.CGRect frame

    To get the frame

    SFCircularGauge(IntPtr)

    Initializes a new instance of the SFCircularGauge class.

    Declaration
    public SFCircularGauge(IntPtr handle)
    Parameters
    Type Name Description
    System.IntPtr handle

    To get the handle

    Properties

    Annotations

    Gets or sets the Annotations of CircularPointer

    Declaration
    public SFCircularAnnotationCollection Annotations { get; set; }
    Property Value
    Type Description
    SFCircularAnnotationCollection

    CircularCoefficient

    Gets or sets the circular coefficient.

    Declaration
    public float CircularCoefficient { get; set; }
    Property Value
    Type Description
    System.Single

    Delegate

    Gets or sets the Delegate of headers

    Declaration
    public SFCircularPointerDelegate Delegate { get; set; }
    Property Value
    Type Description
    SFCircularPointerDelegate

    Frame

    Gets or sets the Frame of CircularPointer

    Declaration
    public override CGRect Frame { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    GaugeType

    Gets or sets the GaugeType of CircularPointer

    Declaration
    public SFCircularGaugeType GaugeType { get; set; }
    Property Value
    Type Description
    SFCircularGaugeType

    Headers

    Gets or sets the collection of headers

    Declaration
    public ObservableCollection<SFGaugeHeader> Headers { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<SFGaugeHeader>

    IsCenterAligned

    Gets or sets a value indicating whether this SFCircularGauge is center placed.

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

    PointerValue

    Gets or sets the PointerValue of CircularPointer

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

    Scales

    Gets or sets the collection of CircularScale

    Declaration
    public ObservableCollection<SFCircularScale> Scales { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<SFCircularScale>

    Site

    Gets or sets the site

    Declaration
    public ISite Site { get; set; }
    Property Value
    Type Description
    System.ComponentModel.ISite

    Methods

    AwakeFromNib()

    Method used for designer

    Declaration
    public override void AwakeFromNib()

    Draw(CGRect)

    Declaration
    public override void Draw(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect

    MovedToSuperview()

    Declaration
    public override void MovedToSuperview()

    Radian(Double)

    Declaration
    public static double Radian(double degree)
    Parameters
    Type Name Description
    System.Double degree
    Returns
    Type Description
    System.Double

    refresh()

    Declaration
    public void refresh()

    TouchesBegan(NSSet, UIEvent)

    Declaration
    public override void TouchesBegan(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    TouchesEnded(NSSet, UIEvent)

    Declaration
    public override void TouchesEnded(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    TouchesMoved(NSSet, UIEvent)

    Declaration
    public override void TouchesMoved(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    Events

    Disposed

    Gets or sets the dispose

    Declaration
    public event EventHandler Disposed
    Event Type
    Type Description
    System.EventHandler

    PointerPositionChange

    Declaration
    public event EventHandler<GaugeEventArgs> PointerPositionChange
    Event Type
    Type Description
    System.EventHandler<GaugeEventArgs>

    Implements

    System.ComponentModel.IComponent
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved