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

    Lists values that indicate the type of graphic shape to use on both ends of each dash in a dashed line.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public enum DXDashCap

    Members

    Name Description
    Flat

    A square cap that squares off both ends of each dash.

    Square

    A square cap that rounds off both ends of each dash.

    Round

    A circular cap that rounds off both ends of each dash.

    Triangle

    A triangular cap that points both ends of each dash.

    Related API Members

    The following properties accept/return DXDashCap values:

    See Also