Click or drag to resize
Accord.NET (logo)

SPTreeNode Properties

The SPTreeNode type exposes the following members.

Properties
  NameDescription
Public propertyCenterOfMass
Gets the center of mass of this node.
Public propertyChildren
Gets or sets the collection of child nodes under this node.
(Inherited from TreeNodeTNode.)
Public propertyIndex
Gets or sets the index of this node in the collection of children nodes of its parent.
(Inherited from TreeNodeTNode.)
Public propertyIsEmpty
Gets whether this node is empty and does not contain any points or children.
Public propertyIsLeaf
Gets whether this node is a leaf (has no children).
(Inherited from TreeNodeTNode.)
Public propertyNext
Gets the next sibling of this node (the node immediately next to it in its parent's collection).
(Inherited from TreeNodeTNode.)
Public propertyParent
Gets or sets the parent of this node.
(Inherited from TreeNodeTNode.)
Public propertyPosition
Gets the position associated with this node.
Public propertyPrevious
Gets the previous sibling of this node.
(Inherited from TreeNodeTNode.)
Public propertyRegion
Gets or sets the space region delimited by this node.
Public propertyValue
Gets or sets the value associated with this node.
Top
See Also