다음을 통해 공유


Connector.ExcludedRoutingRectangles 속성

정의

사각형 개체의 빈 배열을 반환합니다. 파생 클래스에 이 컬렉션이 채워집니다.

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>

사각형 개체의 제네릭 컬렉션입니다.

적용 대상