共用方式為


LinkShape.EdgePoints 屬性

包圍連結圖案的直線段之點的已排序清單,包括每個跳躍的兩個點。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkShape/EdgePoints.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkShape/EdgePoints.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
<DomainPropertyAttribute(Kind := DomainPropertyKind.CustomStorage)> _
<DomainObjectIdAttribute("af57aca2-7d29-49ce-9aab-942c8036afcc")> _
Public Property EdgePoints As EdgePointCollection
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkShape/EdgePoints.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.LinkShape/EdgePoints.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainPropertyAttribute(Kind = DomainPropertyKind.CustomStorage)]
[DomainObjectIdAttribute("af57aca2-7d29-49ce-9aab-942c8036afcc")]
public EdgePointCollection EdgePoints { get; set; }

屬性值

類型:Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

備註

連結包含一系列直線線段。 顯示的連結,因為單一直線有兩個邊緣點,在一行的開頭和結尾。 有一個端點或角落的連結將會在此開始之間的其他邊緣點並結束。

這個連結跨界到另一個連結,它可能會顯示跳躍,是一個小半徑圓。 邊緣點清單會包括這個跳躍點兩邊的兩個額外的點。 如果您要取得省略跳躍邊緣點的清單,請使用 EdgePointsNoJumps

如果 IsRouted 為 false,無效。

.NET Framework 安全性

請參閱

參考

LinkShape 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間

EdgePointsNoJumps