Version 24.2 (latest)

NetworkNodeNode Class Properties

For a list of all members of this type, see NetworkNodeNode members.

Public Properties
 NameDescription
Public PropertyConnectedNodesGets the combined node successors and node predecessors nodes.  
Public PropertyConnectionsGets the combined node outcoming and node incoming connections.  
Public PropertyControlGets the NetworkNodeNodeControl that is attached to the NetworkNodeNode  
Public PropertyDataGets the underlying data associated with the NetworkNodeNode.  
Public PropertyDegreeGets the sum of node outgoing and node incoming degree.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyExpansionIndicatorStyleGets or sets the expansion indicator style.  
Public PropertyExpansionIndicatorVisibilityGets or sets the expansion indicator visibility.  
Public PropertyIncomingConnectionsGets the node incoming connections.  
Public PropertyIncomingDegreeGets the node incoming degree.  
Public PropertyIsActiveGets or sets a value indicating whether the item is active.  
Public PropertyIsEditingGets or sets a value indicating whether an item is currently in editing state.  
Public PropertyIsEnabledGets or sets a value indicating whether the user can interact with the node control.  
Public PropertyIsExpandedGets or sets a value indicating whether this instance is expanded.  
Public PropertyIsReadOnlyGets or sets a value indicating whether an item is currently in readonly state.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsSelectedGets or sets a value indicating whether an item is currently selected.  
Public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.  
Public PropertyNetworkNodeGets the NetworkNode.  
Public PropertyNodeLayoutGets the NetworkNodeNodeLayout that is associated with the NetworkNodeNode.  
Public PropertyOutgoingConnectionsGets the node outgoing connections.  
Public PropertyOutgoingDegreeGets the node outgoing degree.  
Public PropertyStyleGets or sets the style.  
Public PropertyToolTipContentTemplateGets or sets the tool tip content template.  
Public PropertyVisibilityGets or sets the visibility of a node. A node that is not visible does not render and does not communicate its desired size to layout.  
See Also