LinkShape.RouteJumpType 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 line jump style.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGObjectLineJumpCode RouteJumpType { Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGObjectLineJumpCode get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGObjectLineJumpCode value); };
[System.CLSCompliant(false)]
public Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGObjectLineJumpCode RouteJumpType { get; set; }
[<System.CLSCompliant(false)>]
member this.RouteJumpType : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGObjectLineJumpCode with get, set
Public Property RouteJumpType As VGObjectLineJumpCode
Property Value
- Attributes