The ArcShape type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BlendMode |
The blend mode used by this shape. (default is BlendMode.Inherit)
(Inherited from ContentShape.) | |
| Brush |
The brush that is used to fill this shape if closed.
(Inherited from PathShape.) | |
| CenterX |
X-position of the center of the arc.
| |
| CenterY |
Y-position of the center of the arc.
| |
| Dock |
How this shape is docked.
(Inherited from Shape.) | |
| EndX |
Calculated horizontal position of the end point.
| |
| EndY |
Calculated vertical position of the end point.
| |
| ID |
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.) | |
| Margin |
Get or set the margin of a shape.
(Inherited from Shape.) | |
| Opacity |
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from ContentShape.) | |
| Pen |
Used to draw the curves on this path.
(Inherited from PathShape.) | |
| RadiusX |
Horizontal radius.
| |
| RadiusY |
Vertical radius.
| |
| Start |
Start angle (0 corresponds to 3 o-clock).
| |
| StartX |
Calculated horizontal position of the start point.
| |
| StartY |
Calculated vertical position of the start point.
| |
| Sweep |
Sweep angle, counter-clockwise.
| |
| Transform |
Apply this transformation to the content shape before rendering.
(Inherited from ContentShape.) | |
| X |
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from ContentShape.) | |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from ContentShape.) |