EllipseGeometryRect Property

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

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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