Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 789 Bytes

ellipsegeometry_center.md

File metadata and controls

34 lines (25 loc) · 789 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.EllipseGeometry.Center
winrt property

Microsoft.UI.Xaml.Media.EllipseGeometry.Center

-description

Gets or sets the center point of the EllipseGeometry.

-xaml-syntax

<EllipseGeometry Center="x,y"/>
-or-
<EllipseGeometry Center="x y"/>

-xaml-values

x
xThe X value of the Point that specifies the ellipse center in the local coordinate system.
y
yThe Y value of the Point that specifies the ellipse center in the local coordinate system.
## -property-value The center point of the [EllipseGeometry](ellipsegeometry.md).

-remarks

-examples

-see-also