Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Protected Overridable ReadOnly Property DefaultRoutingStyle As VGRoutingStyle
'Usage
Dim value As VGRoutingStyle
value = Me.DefaultRoutingStyle
[CLSCompliantAttribute(false)]
protected virtual VGRoutingStyle DefaultRoutingStyle { get; }
[CLSCompliantAttribute(false)]
protected:
virtual property VGRoutingStyle DefaultRoutingStyle {
VGRoutingStyle get ();
}
protected function get DefaultRoutingStyle () : VGRoutingStyle
Property Value
Type: VGRoutingStyle
Remarks
To change the routing style for this link, set RoutingStyle.
.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.