The following tables list the members exposed by NetworkNodeConnection.
Name | Description | |
---|---|---|
NetworkNodeConnection Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefineConnectionCallbackProperty | Identifies the DefineConnectionCallback dependency property. | |
LineCapSizeProperty | Identifies the LineCapSize dependency property. | |
LineEffectProperty | Identifies the LineEffect dependency property. | |
LineEndCapProperty | Identifies the LineEndCap dependency property. | |
LineEndCapSizeProperty | Identifies the LineEndCapSize dependency property. | |
LineEndCapStyleProperty | Identifies the LineEndCapStyle dependency property. | |
LineProperty | Identifies the Line dependency property. | |
LineStartCapProperty | Identifies the LineStartCap dependency property. | |
LineStartCapSizeProperty | Identifies the LineStartCapSize dependency property. | |
LineStartCapStyleProperty | Identifies the LineStartCapStyle dependency property. | |
LineStyleProperty | Identifies the LineStyle dependency property. | |
LineThicknessProperty | Identifies the LineThickness dependency property. | |
VisibilityProperty | Identifies the Visibility dependency property. |
Name | Description | |
---|---|---|
Data | Gets the underlying data associated with the NetworkNodeConnection. | |
DefineConnectionCallback | Gets or sets the define connection callback. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
Line | Sets or gets the System.Windows.Media.Brush that specifies how the connection line is painted.
This is a dependency property. | |
LineCapSize | Sets or gets the size of line caps.
This is a dependency property. | |
LineEffect | Sets or gets the pixel shader effect to use to paint the connection line.
This is a dependency property. | |
LineEndCap | Sets or gets a LineCap enumeration that describes the cap at the end of connection lines.
This is a dependency property. | |
LineEndCapSize | Sets or gets the size of line end caps.
This is a dependency property. | |
LineEndCapStyle | Gets or sets the line end cap style. | |
LineStartCap | Sets or gets a LineCap enumeration that describes the cap at the start of connection lines.
This is a dependency property. | |
LineStartCapSize | Sets or gets the size of line start caps.
This is a dependency property. | |
LineStartCapStyle | Gets or sets the line start cap style. | |
LineStyle | Gets or sets the line style. | |
LineThickness | Sets or gets the width of the connection line.
This is a dependency property. | |
NetworkNode | Gets the NetworkNode. | |
Source | Gets the source node. | |
Target | Gets the target node. | |
Visibility | Gets or sets the visibility of a node's connection. A node's connection that is not visible does not render and does not communicate its desired size to layout. | |
Weight | Gets or sets the weight of the connection. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnPropertyChanged | Overloaded. Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.DependencyObjectNotifier) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.DependencyObjectNotifier) |