Class ContentControl
- Namespace
- Tudormobile.Wpf.Behaviors
- Assembly
- Tudormobile.WpfControls.dll
Content control behaviors (attached properties).
Transition property will apply a storyboard animation when the content property changes.
public static class ContentControl
- Inheritance
-
ContentControl
- Inherited Members
Methods
GetTransition(DependencyObject)
Gets the Transition attached property.
public static Storyboard GetTransition(DependencyObject obj)
Parameters
objDependencyObjectTarget object for the property.
Returns
- Storyboard
Transition storyboard.
SetTransition(DependencyObject, Storyboard)
Sets the Transition attached property.
public static void SetTransition(DependencyObject obj, Storyboard value)
Parameters
objDependencyObjectTarget object for the property.
valueStoryboardTransition storyboard.