LineGeometry.Bounds Property

Definition

Gets the axis-aligned bounding box of this LineGeometry.

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 axis-aligned bounding box of this LineGeometry.

Remarks

This property does not take into account the area potentially added by a Pen.

Applies to