[]
public abstract class EllipsePartShape : EllipseShape, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
EllipsePartShape() |
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. |
Name | Description |
---|---|
AssignFrom(ShapeBase) | Assigns (copies) properties from another ShapeBase to the current object. |