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)

属性值

一个只读集合,其中包含在 <a0/a0> 中找到的所有段。

适用于