Compartir a través de


Connector.ExcludedRoutingRectangles Propiedad

Definición

Devuelve una matriz vacía de objeto de rectángulo. Las clases derivadas rellenan esta colección.

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)

Valor de propiedad

ICollection<Rectangle>

Una colección genérica de objetos de rectángulo.

Se aplica a