[]
        
(Showing Draft Content)

C1.WPF.Document.EllipsePartShape

EllipsePartShape Class

Abstract base class for ArcShape and PieShape classes.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public abstract class EllipsePartShape : EllipseShape, INotifyPropertyChanged, ICloneable

Constructors

Name Description
EllipsePartShape()

Properties

Name Description
StartAngle

Gets or sets the angle, measured in degrees, clockwise from the X axis to the first side of the sector defining the current shape.

SweepAngle

Gets or sets the angle, measured in degrees, clockwise from StartAngle to the second side of the sector defining the current shape.

Methods

Name Description
AssignFrom(ShapeBase)

Assigns (copies) properties from another ShapeBase to the current object.