Свойство | Тип | Описание | |
---|---|---|---|
IsLoadingProperty |
Метод | Описание | |
---|---|---|
OnApplyTemplate ( ) : void |
Overrides the template application stage so that the storyboard can be retrieved from the implementation root.
|
|
PerformanceProgressBar ( ) : System |
Initializes a new instance of the PerformanceProgressBar type.
|
Метод | Описание | |
---|---|---|
OnIndeterminateStoryboardCompleted ( object sender, |
Hooks up to the Completed event of the indeterminate storyboard. For technical reasons, when a storyboard has a repeat behavior of 'Forever', this means the Completed event is never called. So this method needs to either 1) restart the storyboard animation again or 2) if the indeterminate behavior is finished, not restart the animation and update the underlying bound state.
|
Метод | Описание | |
---|---|---|
EvaluateWhatToDo ( bool value ) : void | ||
GetStoryboard ( |
Attempts to find a storyboard that matches the newTransition name.
|
|
OnIsLoadingChanged ( bool newValue ) : void | ||
OnIsLoadingPropertyChanged ( |
IsLoadingProperty property changed handler.
|
|
ReallyStartIt ( ) : void | ||
ReallyStopIt ( ) : void |
protected OnIndeterminateStoryboardCompleted ( object sender, |
||
sender | object | The source object. |
e | The event data. | |
Результат | void |
public PerformanceProgressBar ( ) : System | ||
Результат | System |