Skip to main content

Rect Property

Gets or sets a rect that defines the bounds of the ellipse.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public Rect Rect { get; set; }

Property Value

Rect

Remarks

When set, this takes priority over the other properties that define an ellipse using a center point and X/Y-axis radii.

See Also

Reference

EllipseGeometry Class
Avalonia.Media Namespace