Click or drag to resize

VisualComponentRootPointer Class

Points to the root of a component.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsVisualComponentRootPointer

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class RootPointer

The VisualComponentRootPointer type exposes the following members.

Properties
  NameDescription
Public propertyComponentRoot
Component root visual.
Public propertyComponentType
Component type.
Top
Methods
  NameDescription
Protected methodComponentChildren
Returns all children of this component from 'visual' downwards.
Protected methodComponentVisuals
Returns all the visuals belonging to this component from 'visual' downwards.
Public methodToString (Overrides ObjectToString.)
Top
See Also