RadControls for WPF

This class represents a base class for 3D control implementations.

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

Syntax

C#
public class Control3D<TControl> : UIElement3D, 
	IControl3D, ILogicalItem
where TControl : new(), IModelControl3D
Visual Basic
Public Class Control3D(Of TControl As {New, IModelControl3D}) _
	Inherits UIElement3D _
	Implements IControl3D, ILogicalItem

Type Parameters

TControl
The type of the model control.

Inheritance Hierarchy

See Also