Class GlobalProgressOptions
Represents option for global progress dialog.
public class GlobalProgressOptions
- Inheritance
-
GlobalProgressOptions
- Inherited Members
Constructors
GlobalProgressOptions(string)
Creates new instance of GlobalProgressOptions.
public GlobalProgressOptions(string text)
Parameters
text
string
GlobalProgressOptions(string, bool)
Creates new instance of GlobalProgressOptions.
public GlobalProgressOptions(string text, bool cancelable)
Parameters
Properties
Cancelable
Gets or sets value indicating whether the progress can be canceled.
public bool Cancelable { get; set; }
Property Value
IsIndeterminate
Gets or sets value indicating whether the progress is indeterminated.
public bool IsIndeterminate { get; set; }
Property Value
Text
Gets or sets progress text.
public string Text { get; set; }