Aracılığıyla paylaş


Connector.ConnectorSegments Özellik

Tanım

içinde bulunan tüm segmentleri içeren noktaların salt okunur koleksiyonunu Connector alır.

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)

Özellik Değeri

ReadOnlyCollection<Point>

içinde Point bulunan tüm segmentleri içeren salt okunur bir Connector koleksiyon.

Şunlara uygulanır