New to Telerik UI for WPFStart a free 30-day trial

Represents an ellipse.

Definition

Namespace:Telerik.Windows.Media.Imaging.Shapes

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class EllipseShape : IShape

Inheritance: objectEllipseShape

Implements: IShape

Constructors

C#
public EllipseShape()

Properties

Gets the display name of an ellipse shape.

C#
public string DisplayName { get; }
Property Value:

The display name.

Implements: IShape.DisplayName

Methods

Gets the ellipse geometry.

C#
public Geometry GetShapeGeometry()
Returns:

Geometry

The geometry of an ellipse.

Implements: IShape.GetShapeGeometry()