LinkShape.DefaultRoutingStyle Property

Gets the default routing style for the link.

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

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Protected Overridable ReadOnly Property DefaultRoutingStyle As VGRoutingStyle
'使用
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

The default routing style for the link.

Permissions

See Also

Reference

LinkShape Class

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace