Gets or sets the routing style for the link shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Property RoutingStyle As VGRoutingStyle
'使用
Dim instance As LinkShape
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 routing style for the link shape.
Permissions
- 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.