
These properties are backed by BindableProperty objects, which means that they can be targets of data bindings, and styled. The default value of this property is 0.0. RadiusY, of type double, which represents the y-radius value of the geometry.RadiusX, of type double, which represents the x-radius value of the geometry.Center, of type Point, which represents the center point of the geometry.The EllipseGeometry class defines the following properties: EllipseGeometryĪn ellipse geometry represents the geometry or an ellipse or circle, and is defined by a center point, an x-radius, and a y-radius.


These same shapes, as well as more complex shapes, can be created using a PathGeometry or by combining geometry objects together, but these classes provide a simpler approach for producing these basic geometric shapes. They are used to create basic geometric shapes, such as circles, lines, and rectangles. The simple geometry classes are EllipseGeometry, LineGeometry, and RectangleGeometry. The classes that derive from the Geometry class can be grouped into three categories: simple geometries, path geometries, and composite geometries. For more information, see Clip with a Geometry. When the Clip property is set to a Geometry object, only the area that is within the region of the Geometry will be visible.

The Geometry and Shape classes seem similar, in that they both describe 2D shapes, but have an important difference. For more information, see RoundRectangleGeometry. There's also a RoundedRectangleGeometry class that derives from the GeometryGroup class.
