Connector.ExcludedRoutingRectangles 属性

定义

返回 Rectangle 对象的空数组。 由派生类填充此集合。

protected public:
 virtual property System::Collections::Generic::ICollection<System::Drawing::Rectangle> ^ ExcludedRoutingRectangles { System::Collections::Generic::ICollection<System::Drawing::Rectangle> ^ get(); };
protected internal virtual System.Collections.Generic.ICollection<System.Drawing.Rectangle> ExcludedRoutingRectangles { get; }
member this.ExcludedRoutingRectangles : System.Collections.Generic.ICollection<System.Drawing.Rectangle>
Protected Friend Overridable ReadOnly Property ExcludedRoutingRectangles As ICollection(Of Rectangle)

属性值

ICollection<Rectangle>

Rectangle 对象的泛型集合。

适用于