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 コレクション。

適用対象