Diagram.RoutingStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets/Sets the routing style for the graph.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGRoutingStyle RoutingStyle { Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGRoutingStyle get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGRoutingStyle value); };
[System.CLSCompliant(false)]
public Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle RoutingStyle { get; set; }
public Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle RoutingStyle { get; set; }
[<System.CLSCompliant(false)>]
member this.RoutingStyle : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle with get, set
member this.RoutingStyle : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle with get, set
Public Property RoutingStyle As VGRoutingStyle
Property Value
Routing style
- Attributes