Connector.ConnectorSegments Eigenschaft

Definition

Ruft eine schreibgeschützte Auflistung von Punkten ab, die alle in Connector gefundenen Segmente enthält.

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)

Eigenschaftswert

ReadOnlyCollection<Point>

Eine schreibgeschützte Point-Auflistung, die alle Segmente in Connector enthält.

Gilt für