Class ActivityIndicator
A visual control used to indicate that something is ongoing.
Inheritance
System.Object
ActivityIndicator
Inherited Members
Namespace: Tizen.UIExtensions.NUI.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class ActivityIndicator : GraphicsView<ActivityIndicatorDrawable>, IMeasurable, IActivityIndicator
Constructors
ActivityIndicator()
Initializes a new instance of the ActivityIndicator class.
Declaration
public ActivityIndicator()
Properties
Color
Gets or sets the Color of the ActivityIndicator.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
IsRunning
Gets or sets the value indicating if the ActivityIndicator is running.
Declaration
public bool IsRunning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |