EllipseGeometry.Bounds Property

Definition

Gets a Rect that represents the bounding box of this EllipseGeometry. This method does not consider the extra area potentially added by a stroke.

public:
 virtual property System::Windows::Rect Bounds { System::Windows::Rect get(); };
public override System.Windows.Rect Bounds { get; }
member this.Bounds : System.Windows.Rect
Public Overrides ReadOnly Property Bounds As Rect

Property Value

The bounding box of the EllipseGeometry.

Applies to