PathFragment.Action Property
Gets or sets the action associated with the path fragment.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| PathShapeAction | The action associated with the path fragment. |
Available values:
| Name | Description |
|---|---|
| Fill | The path shape should be filled. |
| Stroke | The path shape should be stroked. |
| FillAndStroke | The path shape should be filled and stroked. |
See Also