Skip to main content
All docs
V26.1
  • PathShapeAction Enum

    Lists values that indicate the action to perform on a path shape.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum PathShapeAction

    Members

    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.

    Related API Members

    The following properties accept/return PathShapeAction values:

    See Also