다음을 통해 공유


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