Version

RichTextBorderType Enumeration

Determines the type of the border around an element
Syntax
'Declaration
 
Public Enum RichTextBorderType 
   Inherits System.Enum
public enum RichTextBorderType : System.Enum 
Members
MemberDescription
DashDotStrokedA dash-dot stroked line.
DashedA border of dashed lines
DashSmallGapA dashed line with a small gap separating the dashes
DotDashA border of repeated '. _'s
DotDotDashA border of repeated '. . _'s
DottedA border of dotted lines
DoubleA double line border
DoubleWave2 wavy lines that appear to be woven
InsetA border that makes its contents appear to be sunken into the page.
NoneNo borders (default)
OutsetA border that makes its contents appear to be raised off the page.
SingleA single line border
ThickA thick border
ThickThinLargeGapA thick line and a thin line separated by a large gap
ThickThinMediumGapA thick line and a thin line separated by a medium gap
ThickThinSmallGapA thick line and a thin line separated by a small gap
ThinThickLargeGapA thin line and a thick line separated by a large gap
ThinThickMediumGapA thick line and a thin line separated by a medium gap
ThinThickSmallGapA thin line and a thick line separated by a small gap
ThinThickThinLargeGap3 lines (a thin line, a thick line and a thin line) separated by a large gap
ThinThickThinMediumGap3 lines (a thin line, a thick line and a thin line) separated by a medium gap
ThinThickThinSmallGap3 lines (a thin line, a thick line and a thin line) separated by a small gap
ThreeDEmbossA 3-D border that appears to be raised off the page.
ThreeDEngraveA 3-D border that appears to be sunken into the page.
TripleA triple line border
WaveA wavy line border
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also