RadControls for WPF

RadCarouselPanel is a specialized panel that arranges its children on a path.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public class RadCarouselPanel : VirtualizingPanel, 
	IScrollInfo
Visual Basic
Public Class RadCarouselPanel _
	Inherits VirtualizingPanel _
	Implements IScrollInfo

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              System.Windows.Controls..::..VirtualizingPanel
                Telerik.Windows.Controls..::..RadCarouselPanel

See Also