EllipseGeometryRect Property
Gets or sets a rect that defines the bounds of the ellipse.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect Rect { get; set; }
Public Property Rect As Rect
Get
Set
member Rect : Rect with get, set
Property Value
Rect
When set, this takes priority over the other properties that define an
ellipse using a center point and X/Y-axis radii.