The ArcProps type exposes the following members.

Constructors

  Name Description
Public method ArcProps
Initializes a new instance of the ArcProps class. Closed is set to false.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another ShapeProps to the current object.
(Overrides EllipsePartProps..::..AssignFrom(ShapeProps).)

Properties

  Name Description
Public property Closed
Gets or sets a value indicating whether the current arc should be closed (i.e. the start and end points of the arc should be connected by a straight line) or not.
Public property Height
Gets or sets the height of the current rectangle.
(Inherited from RectangleProps.)
Public property 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.
(Inherited from EllipsePartProps.)
Public property SweepAngle
Gets or sets the angle, measured in degrees, clockwise from StartAngle to the second side of the sector defining the current shape.
(Inherited from EllipsePartProps.)
Public property Width
Gets or sets the width of the current rectangle.
(Inherited from RectangleProps.)
Public property X
Gets or sets the X coordinate of the current rectangle.
(Inherited from RectangleProps.)
Public property Y
Gets or sets the Y coordinate of the current rectangle.
(Inherited from RectangleProps.)

See Also