Table of Contents

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

obj DependencyObject

Target 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

obj DependencyObject

Target object for the property.

value Storyboard

Transition storyboard.