LinkShape.EdgePoints 속성

링크 셰이프를 두 지점에서 각 점프 등의 직선 세그먼트 경계 지점의 정렬 된 목록입니다.

네임스페이스:  Microsoft.VisualStudio.Modeling.Diagrams
어셈블리:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

구문

‘선언
<DomainPropertyAttribute(Kind := DomainPropertyKind.CustomStorage)> _
<BrowsableAttribute(False)> _
<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")> _
<DomainObjectIdAttribute("af57aca2-7d29-49ce-9aab-942c8036afcc")> _
Public Property EdgePoints As EdgePointCollection
[DomainPropertyAttribute(Kind = DomainPropertyKind.CustomStorage)]
[BrowsableAttribute(false)]
[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")]
[DomainObjectIdAttribute("af57aca2-7d29-49ce-9aab-942c8036afcc")]
public EdgePointCollection EdgePoints { get; set; }

속성 값

형식: Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection

설명

링크는 일련의 직선 선분으로 구성 됩니다.하나의 직선으로 표시 되는 링크는 시작 및 줄 끝에 두 가장자리 점 있습니다.교점 또는 모서리 하나 있는 링크 시작과 끝 사이 가리킨 추가 가장자리를 해야 합니다.

다른 링크 연결을 통과 하는 경우 작은 반원입니다 점프를 표시할 수 있습니다.지 지점 목록에 점프의 두 면에 대 한 두 개의 추가 점을 포함 됩니다.목록을 가져오려면 가장자리 포인트는 점프를 생략 하려면 사용 EdgePointsNoJumps.

유효 하지 않을 경우 [P:Microsoft.VisualStudio.Modeling.Diagrams.LinkShape.IsRouted()] 은 false입니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

LinkShape 클래스

Microsoft.VisualStudio.Modeling.Diagrams 네임스페이스

EdgePointsNoJumps