Skip to main content
All docs
V25.1
  • DXPenType Enum

    Lists values that indicate the pen type.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public enum DXPenType

    Members

    Name Description
    SolidColor

    The pen uses a solid color to fill lines.

    HatchFill

    The pen uses a hatch fill to fill lines.

    TextureFill

    The pen uses a bitmap texture fill to fill lines.

    PathGradient

    The pen uses a path gradient fill to fill lines.

    LinearGradient

    The pen uses a linear gradient fill to fill lines.

    Related API Members

    The following properties accept/return DXPenType values:

    See Also