Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Straight (from point to point) or rectilinear (made up of a series of horizontal and vertical segments).
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Déclaration
<CLSCompliantAttribute(False)> _
Public Property RoutingStyle As VGRoutingStyle
Get
Set
[CLSCompliantAttribute(false)]
public VGRoutingStyle RoutingStyle { get; set; }
[CLSCompliantAttribute(false)]
public:
property VGRoutingStyle RoutingStyle {
VGRoutingStyle get ();
void set (VGRoutingStyle value);
}
[<CLSCompliantAttribute(false)>]
member RoutingStyle : VGRoutingStyle with get, set
function get RoutingStyle () : VGRoutingStyle
function set RoutingStyle (value : VGRoutingStyle)
Property Value
Type: VGRoutingStyle
Remarks
You can set this property or override it. The default implementation initializes the style from DefaultRoutingStyle, which you can set in the DSL Definition.
.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.