A control that provides a preview of a Transition.
- Inheritance:
-
object
Visual
UIElement
Framework
Element Control object
Remarks
For detailed documentation on this control's features and how to use them, please see the Shared Media Animation documentation topic.
Constructors
TransitionPreview()
Initializes an instance of the TransitionPreview
class.
Properties
DefaultDirection
Gets or sets the default Transition
Property Value
- Transition
Direction : The default Transition
Direction to use for transitions that use a direction. The default value isForward
.
DefaultDuration
Gets or sets the default length of time for which a transition plays, not counting repetitions.
Property Value
- Duration:
The presenter's default simple duration for transitions: the amount of time a transition takes to complete a single forward iteration. The default value is
0.5
seconds.
DefaultMode
Gets or sets the default Transition
Property Value
- Transition
Mode : The default Transition
Mode to use for transitions that use a mode. The default value isIn
.
Transition
Gets or sets the Transition to preview.
Property Value
- Transition:
The Transition to preview.
TransitionSelector
Gets or sets the Transition
Property Value
- Transition
Selector : The Transition
Selector to use for selecting a Transition to preview.
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes call Apply
Fields
DefaultDirectionProperty
Identifies the Default
DefaultDurationProperty
Identifies the Default
DefaultModeProperty
Identifies the Default
TransitionProperty
Identifies the Transition dependency property. This field is read-only.
TransitionSelectorProperty
Identifies the Transition