Connector.ConnectorSegments 속성

정의

Connector에 있는 모든 세그먼트가 포함된 지점에 대한 읽기 전용 컬렉션을 가져옵니다.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ ConnectorSegments { System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> ConnectorSegments { get; }
member this.ConnectorSegments : System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Public Overridable ReadOnly Property ConnectorSegments As ReadOnlyCollection(Of Point)

속성 값

ReadOnlyCollection<Point>

Point에 있는 모든 세그먼트가 포함된 Connector 읽기 전용 컬렉션입니다.

적용 대상