PathGradientBrush.Rectangle Property

Definition

Gets a bounding rectangle for this PathGradientBrush.

public:
 property System::Drawing::RectangleF Rectangle { System::Drawing::RectangleF get(); };
public System.Drawing.RectangleF Rectangle { get; }
member this.Rectangle : System.Drawing.RectangleF
Public ReadOnly Property Rectangle As RectangleF

Property Value

A RectangleF that represents a rectangular region that bounds the path this PathGradientBrush fills.

Applies to