Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SfCircularProgressBar

    The circular progress bar provides a customizable visual that indicates the progress of a task.

    Inheritance
    System.Object
    ProgressBarBase
    SfCircularProgressBar
    Implements
    System.ComponentModel.IComponent
    System.IDisposable
    Inherited Members
    ProgressBarBase.AwakeFromNib()
    ProgressBarBase.Draw(CGRect)
    ProgressBarBase.Progress
    ProgressBarBase.IsIndeterminate
    ProgressBarBase.Minimum
    ProgressBarBase.Maximum
    ProgressBarBase.ProgressColor
    ProgressBarBase.RangeColors
    ProgressBarBase.IndeterminateIndicatorWidth
    ProgressBarBase.TrackColor
    ProgressBarBase.AnimationDuration
    ProgressBarBase.IndeterminateAnimationDuration
    ProgressBarBase.SegmentCount
    ProgressBarBase.GapWidth
    ProgressBarBase.Site
    ProgressBarBase.Frame
    ProgressBarBase.ValueChanged
    ProgressBarBase.ProgressCompleted
    ProgressBarBase.Disposed
    Namespace: Syncfusion.iOS.ProgressBar
    Assembly: Syncfusion.SfProgressBar.iOS.dll
    Syntax
    public class SfCircularProgressBar : ProgressBarBase, IComponent, IDisposable

    Constructors

    SfCircularProgressBar()

    Initializes a new instance of the SfCircularProgressBar class.

    Declaration
    public SfCircularProgressBar()

    SfCircularProgressBar(IntPtr)

    Initializes a new instance of the SfCircularProgressBar class.

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

    Designer handle.

    Properties

    Content

    Gets or sets the content for the SfCircularProgressBar.

    Declaration
    public UIView Content { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    The content of the progress bar.

    EndAngle

    Gets or sets the end angle of the SfCircularProgressBar.

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

    IndicatorInnerRadius

    Gets or sets a value that indicates the inner radius of the progress indicator.

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

    IndicatorOuterRadius

    Gets or sets a value that indicates the outer radius of the progress indicator.

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

    ShowProgressValue

    Gets or sets a value indicating whether to show progress value label.

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

    StartAngle

    Gets or sets the start angle of the SfCircularProgressBar.

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

    TrackInnerRadius

    Gets or sets a value that indicates the inner radius of the track.

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

    TrackOuterRadius

    Gets or sets a value that indicates the outer radius of the track.

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

    Methods

    Dispose(Boolean)

    Dispose the sub views.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    If set to true disposing.

    LayoutSubviews()

    Layout the sub views.

    Declaration
    public override void LayoutSubviews()
    Overrides
    ProgressBarBase.LayoutSubviews()

    Implements

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