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)

屬性值

Point 唯讀集合,包含在 Connector 中找到的所有區段。

適用於