Property | Type | Description | |
---|---|---|---|
PART_NegativeButton_Click | void | ||
ProgressDialogController | System |
Method | Description | |
---|---|---|
CloseAsync ( ) : System.Threading.Tasks.Task |
Begins an operation to close the ProgressDialog.
|
|
SetCancelable ( bool value ) : void |
Sets if the Cancel button is visible.
|
|
SetIndeterminate ( ) : void |
Sets the ProgressBar's IsIndeterminate to true. To set it to false, call SetProgress.
|
|
SetMessage ( string message ) : void |
Sets the dialog's message content.
|
|
SetProgress ( double value ) : void |
Sets the dialog's progress bar value and sets IsIndeterminate to false.
|
|
SetTitle ( string title ) : void |
Sets the dialog's title.
|
Method | Description | |
---|---|---|
PART_NegativeButton_Click ( object sender, |
||
ProgressDialogController ( |
public CloseAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public SetMessage ( string message ) : void | ||
message | string | The message to be set. |
return | void |
public SetProgress ( double value ) : void | ||
value | double | The percentage to set as the value. |
return | void |
public SetTitle ( string title ) : void | ||
title | string | The title to be set. |
return | void |