Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SfBusyIndicator

    Inheritance
    System.Object
    SfBusyIndicator
    SFBusyIndicator
    Namespace: Syncfusion.SfBusyIndicator.iOS
    Assembly: Syncfusion.SfBusyIndicator.iOS.dll
    Syntax
    public class SfBusyIndicator : UIControl

    Constructors

    SfBusyIndicator()

    Declaration
    public SfBusyIndicator()

    SfBusyIndicator(IntPtr)

    Initializes a new instance of the SfBusyIndicator class.

    Declaration
    public SfBusyIndicator(IntPtr intPtr)
    Parameters
    Type Name Description
    System.IntPtr intPtr

    handler or pointer.

    Properties

    AnimationType

    Gets or sets the type of the animation.

    Declaration
    public SFBusyIndicatorAnimationType AnimationType { get; set; }
    Property Value
    Type Description
    SFBusyIndicatorAnimationType

    The type of the animation.

    Duration

    Gets or sets the duration.

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

    The duration.

    EnableAnimation

    Gets or sets a value indicating whether this SfBusyIndicator enable animation.

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

    true if enable animation; otherwise, false.

    FontFace

    Gets or sets the font face.

    Declaration
    public UIFont FontFace { get; set; }
    Property Value
    Type Description
    UIKit.UIFont

    The font face.

    Foreground

    Gets or sets the foreground.

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

    The foreground.

    IsBusy

    Gets or sets a value indicating whether this SfBusyIndicator is busy.

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

    true if is busy; otherwise, false.

    SecondaryColor

    Gets or sets the color of the secondary.

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

    The color of the secondary.

    Title

    Gets or sets the title.

    Declaration
    public NSString Title { get; set; }
    Property Value
    Type Description
    Foundation.NSString

    The title.

    TitlePlacement

    Gets or sets the title placement.

    Declaration
    public SFBusyIndicatorTitlePlacement TitlePlacement { get; set; }
    Property Value
    Type Description
    SFBusyIndicatorTitlePlacement

    The title placement.

    ViewBoxHeight

    Gets or sets the height of the view box.

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

    The height of the view box.

    ViewBoxWidth

    Gets or sets the width of the view box.

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

    The width of the view box.

    Methods

    AwakeFromNib()

    Awake from nib.

    Declaration
    public override void AwakeFromNib()

    Dispose(Boolean)

    Dispose the specified disposing.

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

    If set to true disposing.

    Draw(CGRect)

    Draw the specified method.

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

    Rectangle type

    LayoutSubviews()

    Layouts sub view method.

    Declaration
    public override void LayoutSubviews()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved