Share via


BinaryLinkShapeBase.IsDirected Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property IsDirected As Boolean
'Usage
Dim value As Boolean 

value = Me.IsDirected
protected virtual bool IsDirected { get; }
protected:
virtual property bool IsDirected {
    bool get ();
}
protected function get IsDirected () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

BinaryLinkShapeBase Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace