프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |