The BezierShape 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.) | |
| Dock |
How this shape is docked.
(Inherited from Shape.) | |
| 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.) | |
| 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.) | |
| X0 |
Horizontal position of the start point.
| |
| X1 |
Horizontal position of the start control point.
| |
| X2 |
Horizontal position of the end control point.
| |
| X3 |
Horizontal position of the end point.
| |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from ContentShape.) | |
| Y0 |
Vertical position of the start point.
| |
| Y1 |
Vertical position of the start control point.
| |
| Y2 |
Vertical position of the end control point.
| |
| Y3 |
Vertical position of the end point.
|