Use with Prism
The RadTransitionControl can be used together with Prism for defining regions. As it derives directly from ContentControl, it can be used as a replacement for it.
Read some more about the Prism library in its github repository.
Controls / RadTransitionControl / How To
New to Telerik UI for WPF? Download free 30-day trial
The RadTransitionControl can be used together with Prism for defining regions. As it derives directly from ContentControl, it can be used as a replacement for it.
Read some more about the Prism library in its github repository.
<Grid xmlns:prism="http://prismlibrary.com/"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">
<telerik:RadTransitionControl prism:RegionManager.RegionName="ContentRegion">
<telerik:RadTransitionControl.Transition>
<telerikTransitions:MotionBlurredZoomTransition />
</telerik:RadTransitionControl.Transition>
</telerik:RadTransitionControl>
</Grid>
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.