Property | Type | Description | |
---|---|---|---|
AnimateOnLoadedProperty | |||
CascadeInDurationProperty | |||
CascadeInDurationStringProperty | |||
CascadeInEasingFunctionProperty | |||
CascadeInProperty | |||
CascadeIntervalProperty | |||
CascadeIntervalStringProperty | |||
CascadeOutDurationProperty | |||
CascadeOutDurationStringProperty | |||
CascadeOutEasingFunctionProperty | |||
CascadeOutProperty | |||
FadeInEasingFunctionProperty | |||
FadeOutEasingFunctionProperty | |||
FromRotationProperty | |||
FromVerticalOffsetProperty | |||
HoldDurationProperty | |||
HoldDurationStringProperty | |||
StartDelayProperty | |||
TextBlockTemplateProperty | |||
TextProperty | |||
ToRotationProperty | |||
ToVerticalOffsetProperty | |||
UseFadeProperty | |||
UseRotationProperty |
Method | Description | |
---|---|---|
BeginCascadingTransitionAsync ( ) : System.Threading.Tasks.Task |
Begins the cascading transition asynchronously (waits for it to complete).
|
|
CascadingTextBlock ( ) : System |
Initializes a new instance of the CascadingTextBlock class.
|
Method | Description | |
---|---|---|
OnCascadeInDurationStringChanged ( string oldCascadeInDurationString, string newCascadeInDurationString ) : void |
Provides derived classes an opportunity to handle changes to the CascadeInDurationString property.
|
|
OnCascadeIntervalStringChanged ( string oldCascadeIntervalString, string newCascadeIntervalString ) : void |
Provides derived classes an opportunity to handle changes to the CascadeIntervalString property.
|
|
OnCascadeOutDurationStringChanged ( string oldCascadeOutDurationString, string newCascadeOutDurationString ) : void |
Provides derived classes an opportunity to handle changes to the CascadeOutDurationString property.
|
|
OnHoldDurationStringChanged ( string oldHoldDurationString, string newHoldDurationString ) : void |
Provides derived classes an opportunity to handle changes to the HoldDurationString property.
|
Method | Description | |
---|---|---|
CreateTextBlock ( |
||
OnCascadeInDurationStringChanged ( |
Handles changes to the CascadeInDurationString property.
|
|
OnCascadeIntervalStringChanged ( |
Handles changes to the CascadeIntervalString property.
|
|
OnCascadeOutDurationStringChanged ( |
Handles changes to the CascadeOutDurationString property.
|
|
OnCascadingTextBlockLoaded ( object sender, |
||
OnHoldDurationStringChanged ( |
Handles changes to the HoldDurationString property.
|
|
OnTextChanged ( |
Handles changes to the Text property.
|
|
OnTextChanged ( string oldText, string newText ) : void |
Provides derived classes an opportunity to handle changes to the Text property.
|
public BeginCascadingTransitionAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected OnCascadeInDurationStringChanged ( string oldCascadeInDurationString, string newCascadeInDurationString ) : void | ||
oldCascadeInDurationString | string | |
newCascadeInDurationString | string | |
return | void |
protected OnCascadeIntervalStringChanged ( string oldCascadeIntervalString, string newCascadeIntervalString ) : void | ||
oldCascadeIntervalString | string | |
newCascadeIntervalString | string | |
return | void |
protected OnCascadeOutDurationStringChanged ( string oldCascadeOutDurationString, string newCascadeOutDurationString ) : void | ||
oldCascadeOutDurationString | string | |
newCascadeOutDurationString | string | |
return | void |
protected OnHoldDurationStringChanged ( string oldHoldDurationString, string newHoldDurationString ) : void | ||
oldHoldDurationString | string | |
newHoldDurationString | string | |
return | void |
public static DependencyProperty,Windows.UI.Xaml AnimateOnLoadedProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeInDurationProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeInDurationStringProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeInEasingFunctionProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeInProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeIntervalProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeIntervalStringProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeOutDurationProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeOutDurationStringProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeOutEasingFunctionProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml CascadeOutProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FadeInEasingFunctionProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FadeOutEasingFunctionProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FromRotationProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml FromVerticalOffsetProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml HoldDurationProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml HoldDurationStringProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml StartDelayProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml TextBlockTemplateProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml TextProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ToRotationProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml ToVerticalOffsetProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml UseFadeProperty | ||
return |