Diagram.RouteJumpType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
获取/设置图形的线跳转样式。
public:
property Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGPageLineJumpCode RouteJumpType { Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGPageLineJumpCode get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGPageLineJumpCode value); };
[System.CLSCompliant(false)]
public Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPageLineJumpCode RouteJumpType { get; set; }
[<System.CLSCompliant(false)>]
member this.RouteJumpType : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGPageLineJumpCode with get, set
Public Property RouteJumpType As VGPageLineJumpCode
属性值
路由跳转类型
- 属性