Property | Type | Description | |
---|---|---|---|
IsPlayingProperty | |||
StoryboardProperty |
Method | Description | |
---|---|---|
GetIsPlaying ( |
Gets the IsPlaying property. This dependency property indicates whether the storyboard is playing.
|
|
GetStoryboard ( |
Gets the Storyboard property. This dependency property indicates the storyboard to play.
|
|
SetIsPlaying ( |
Sets the IsPlaying property. This dependency property indicates whether the storyboard is playing.
|
|
SetStoryboard ( |
Sets the Storyboard property. This dependency property indicates the storyboard to play.
|
Method | Description | |
---|---|---|
OnIsPlayingChanged ( |
Handles changes to the IsPlaying property.
|
|
OnStoryboardChanged ( |
Handles changes to the Storyboard property.
|
public static GetIsPlaying ( |
||
d | ||
return | bool |
public static GetStoryboard ( |
||
d | ||
return |
public static SetIsPlaying ( |
||
d | ||
value | bool | |
return | void |
public static SetStoryboard ( |
||
d | ||
value | ||
return | void |
public static DependencyProperty,Windows.UI.Xaml IsPlayingProperty | ||
return |