Class ItemsControl3D<TControl>
This class represents an ItemsControl in the 3D space.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ItemsControl3D<TControl> : Control3D<TControl>, IControl3D, ILogicalItem, IItemsControl where TControl : IModelControl3D, new()
Type Parameters
TControl
|
Constructors
ItemsControl3D()
Declaration
public ItemsControl3D()
Fields
ItemsSourceProperty
Identifies the ItemsSource dependency property.
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Children
Gets a collection of child Visual3D objects.
Declaration
public Visual3DCollection Children { get; }
Property Value
System.Windows.Media.Media3D.Visual3DCollection
|
Container
Gets the controls container associated with the ItemsControl in the 3D space.
Declaration
protected ContainerUIElement3D Container { get; }
Property Value
System.Windows.Media.Media3D.ContainerUIElement3D
The container. |
ItemsSource
Gets or sets a collection used to generate the content of the ItemsControl3D<TControl>. This is a dependency property.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
|
Implements
Methods
OnModelControlCreated()
Invoked whenever a model control has been created for the 3D control.
Declaration
protected override void OnModelControlCreated()
Overrides
Explicit Interface Implementations
IItemsControl.get_Visibility()
Declaration
Visibility IItemsControl.get_Visibility()
Returns
System.Windows.Visibility
|
Implements
IItemsControl.set_Visibility(Visibility)
Declaration
void IItemsControl.set_Visibility(Visibility value)
Parameters
System.Windows.Visibility
value
|