Class SfCircularProgressBar
The circular progress bar provides a customizable visual that indicates the progress of a task.
Implements
Inherited Members
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 |
---|
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 |
---|
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 |
---|
System.Single |
ShowProgressValue
Gets or sets a value indicating whether to show progress value label.
Declaration
public bool ShowProgressValue { get; set; }
Property Value
Type |
---|
System.Boolean |
StartAngle
Gets or sets the start angle of the SfCircularProgressBar.
Declaration
public double StartAngle { get; set; }
Property Value
Type |
---|
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 |
---|
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 |
---|
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 |
LayoutSubviews()
Layout the sub views.
Declaration
public override void LayoutSubviews()