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)
- C#
- VB
- F#
public Rect Rect { get; set; }
Public Property Rect As Rect
Get
Set
member Rect : Rect with get, set
Property Value
RectRemarks
When set, this takes priority over the other properties that define an ellipse using a center point and X/Y-axis radii.