Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    BorderLineStyle Enum

    List values that indicate border style.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    #Declaration

    [ComVisible(true)]
    public enum BorderLineStyle

    #Members

    Name Description
    Nil

    No border.

    None

    No border.

    Single

    A single solid line.

    Thick

    Single line.

    Double

    Double solid lines.

    Dotted

    Dots.

    Dashed

    Dashes.

    DotDash

    A dash followed by a dot.

    DotDotDash

    A dash followed by two dots.

    Triple

    Triple line.

    ThinThickSmallGap

    An internal single thin solid line surrounded by a single thick solid line with a small gap between them.

    ThickThinSmallGap

    An internal single thick solid line surrounded by a single thin solid line with a small gap between them.

    ThinThickThinSmallGap

    An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines.

    ThinThickMediumGap

    An internal single thin solid line surrounded by a single thick solid line with a medium gap between them.

    ThickThinMediumGap

    An internal single thick solid line surrounded by a single thin solid line with a medium gap between them.

    ThinThickThinMediumGap

    An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines.

    ThinThickLargeGap

    An internal single thin solid line surrounded by a single thick solid line with a large gap between them.

    ThickThinLargeGap

    An internal single thick solid line surrounded by a single thin solid line with a large gap between them.

    ThinThickThinLargeGap

    An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines.

    Wave

    Wavy line.

    DoubleWave

    Double wavy solid lines.

    DashSmallGap

    A dash followed by a small gap.

    DashDotStroked

    A series of alternating thin and thick strokes, resembling a barber pole.

    ThreeDEmboss

    A line border consisting of three staged gradient lines around the cell, getting darker towards the cell.

    ThreeDEngrave

    A line border consisting of three staged gradient lines around the cell, getting darker away from the cell.

    Outset

    The border appears to be outset.

    Inset

    The border appears to be inset.

    See Also