GoXam for WPF v3
GetPortId Method
Northwoods.GoXam Namespace > Node Class : GetPortId Method
Gets the value of the PortIdProperty attached dependency property.
Syntax
public static string GetPortId( 
   DependencyObject d
)

Parameters

d

Return Value

If the element is acting as a "port", this returns the port's "name". By default this returns null, indicating that the element is not a port, unless it is the root VisualElement.
See Also

Reference

Node Class
Node Members