EllipseGeometryCenter Property
Gets or sets a point that defines the center of the ellipse.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Point Center { get; set; }
Public Property Center As Point
Get
Set
member Center : Point with get, set
Property Value
Point
In order for this property to be used,
Rect must not be set
(equal to the default
Rect value).