Share via


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

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace