Class ActivityIndicatorPopup
Activity indicator full page overlay.
Inheritance
Forms9Patch.PopupBase
ActivityIndicatorPopup
Implements
Inherited Members
Xamarin.Forms.TemplatedPage.OnChildRemoved(Xamarin.Forms.Element, System.Int32)
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class ActivityIndicatorPopup : ModalPopup, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, INavigationProxy, IStyleSelectable, IAnimatable, IResourcesProvider, IStyleElement, IFlowDirectionController, IPropertyPropagationController, IVisualController, ITabStopElement, IStylable, ILayout, IPageController, IVisualElementController, IElementController, IElementConfiguration<Page>, IPaddingElement, IControlTemplated, IPopup, IBackground, IShape, IElement, IDisposable
Constructors
ActivityIndicatorPopup(TimeSpan)
Initializes a new instance of the ActivityIndicatorPopup class.
Declaration
public ActivityIndicatorPopup(TimeSpan popAfter = default(TimeSpan))
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | popAfter |
ActivityIndicatorPopup(Color, TimeSpan)
Constructs an ActivityIndicator Popup
Declaration
public ActivityIndicatorPopup(Color color, TimeSpan popAfter = default(TimeSpan))
Parameters
Type | Name | Description |
---|---|---|
Color | color | |
TimeSpan | popAfter |
Fields
ColorProperty
The color property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
Color
Gets or sets the color.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color | The color. |
Methods
Create(TimeSpan)
Presents an Activity Indicator Page Overlay
Declaration
public static ActivityIndicatorPopup Create(TimeSpan popAfter = default(TimeSpan))
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | popAfter |
Returns
Type | Description |
---|---|
ActivityIndicatorPopup |
Create(Color, TimeSpan)
Presents an Activity Indicator Page Overlay
Declaration
public static ActivityIndicatorPopup Create(Color color, TimeSpan popAfter = default(TimeSpan))
Parameters
Type | Name | Description |
---|---|---|
Color | color | |
TimeSpan | popAfter |
Returns
Type | Description |
---|---|
ActivityIndicatorPopup |
OnPropertyChanged(String)
Ons the property changed.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
String | propertyName | Property name. |