Interface IItemsPresenter3D
This interface should be implemented by controls that server the purpose of ItemsPresenter in the 3D space.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IItemsPresenter3D
Properties
Children
Gets a collection of child Visual3D objects.
Declaration
Visual3DCollection Children { get; }
Property Value
System.Windows.Media.Media3D.Visual3DCollection
|