NodeShape.IsPort Property
true if the shape is a port shape; otherwise, false.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsPort As Boolean
'Usage
Dim instance As NodeShape
Dim value As Boolean
value = instance.IsPort
public virtual bool IsPort { get; }
public:
virtual property bool IsPort {
bool get ();
}
public function get IsPort () : boolean
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.