Share via


Diagram.RoutingStyle Property

Gets or sets the way link shapes are styled on the diagram.

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)> _
Public Property RoutingStyle As VGRoutingStyle
'Usage
Dim instance As Diagram 
Dim value As VGRoutingStyle 

value = instance.RoutingStyle

instance.RoutingStyle = value
[CLSCompliantAttribute(false)]
public VGRoutingStyle RoutingStyle { get; set; }
[CLSCompliantAttribute(false)]
public:
property VGRoutingStyle RoutingStyle {
    VGRoutingStyle get ();
    void set (VGRoutingStyle value);
}
public function get RoutingStyle () : VGRoutingStyle 
public function set RoutingStyle (value : VGRoutingStyle)

Property Value

Type: VGRoutingStyle
The style to use on link shapes in the diagram.

.NET Framework Security

See Also

Reference

Diagram Class

Diagram Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace