Class EllipseShape
Represents an ellipse.
Inheritance
System.Object
EllipseShape
Namespace: Telerik.Windows.Media.Imaging.Shapes
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class EllipseShape : Object, IShape
Constructors
EllipseShape()
Declaration
public EllipseShape()
Properties
DisplayName
Gets the display name of an ellipse shape.
Declaration
public string DisplayName { get; }
Property Value
System.String
The display name. |
Implements
Methods
GetShapeGeometry()
Gets the ellipse geometry.
Declaration
public Geometry GetShapeGeometry()
Returns
System.Windows.Media.Geometry
The geometry of an ellipse. |