LinkShape.DefaultRoutingStyle Property

Gets the default routing style (straight or rectilinear) for the link, set in the DSL Definition.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Overridable ReadOnly Property DefaultRoutingStyle As VGRoutingStyle
[CLSCompliantAttribute(false)]
protected virtual VGRoutingStyle DefaultRoutingStyle { get; }
[CLSCompliantAttribute(false)]
protected:
virtual property VGRoutingStyle DefaultRoutingStyle {
    VGRoutingStyle get ();
}
[<CLSCompliantAttribute(false)>]
abstract DefaultRoutingStyle : VGRoutingStyle with get
[<CLSCompliantAttribute(false)>]
override DefaultRoutingStyle : VGRoutingStyle with get
function get DefaultRoutingStyle () : VGRoutingStyle

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle

Remarks

To change the routing style for this link, set RoutingStyle.

.NET Framework Security

See Also

Reference

LinkShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace

RoutingStyle