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 オブジェクトのジェネリック コレクション。

適用対象