Represents the a 3D container control

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class Ico3DControl : UserControl, 
	IDisposable, ICustomTypeDescriptor
Visual Basic
Public Class Ico3DControl _
	Inherits UserControl _
	Implements IDisposable, ICustomTypeDescriptor
JScript
public class Ico3DControl extends UserControl implements IDisposable, ICustomTypeDescriptor

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.Windows.Media.Media3D..::..Ico3DControl
                    Ico.Gwx..::..Gwx3DControl

See Also