RadControls for WPF

This is a base class for a gridlines container in the 3D space.

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 GridLinesContainer3D<TControl> : ItemsControl3D<TControl>
where TControl : new(), IModelControl3D
Visual Basic
Public Class GridLinesContainer3D(Of TControl As {New, IModelControl3D}) _
	Inherits ItemsControl3D(Of TControl)

Type Parameters

TControl
The type of the 3D model control.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media.Media3D..::..Visual3D
        System.Windows..::..UIElement3D
          Telerik.Windows.Controls.Charting..::..Control3D<(Of <(<'TControl>)>)>
            Telerik.Windows.Controls.Charting..::..ItemsControl3D<(Of <(<'TControl>)>)>
              Telerik.Windows.Controls.Charting..::..GridLinesContainer3D<(Of <(<'TControl>)>)>
                Telerik.Windows.Controls.Charting..::..GridLinesXContainer3D
                Telerik.Windows.Controls.Charting..::..GridLinesYContainer3D
                Telerik.Windows.Controls.Charting..::..GridLinesZContainer3D

See Also