Panel that provides a 3D rotating cube with different content on each face.

Namespace:  C1.Silverlight.Legacy
Assembly:  C1.Silverlight.Legacy (in C1.Silverlight.Legacy.dll)
XMLNS for XAML: http://schemas.componentone.com/winfx/2006/xaml

Syntax

C#
public class C1CubePanel : Panel
Visual Basic
Public Class C1CubePanel _
	Inherits Panel
XAML Object Element Usage
<C1CubePanel .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          C1.Silverlight.Legacy..::..C1CubePanel

See Also