Northwoods.GoSilverlight 1.1.3 Assembly
Port Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : Port Property

Gets the primary FrameworkElement representing a port.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Port As FrameworkElement
C# 
public virtual FrameworkElement Port {get;}

Property Value

If there is a FrameworkElement in the visual tree whose Node.GetPortId is the empty string, return it. Otherwise return the first element with a non-null Node.PortId. If there is no such element, just return the Part.VisualElement.

See Also