Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / BorderStyle Enumeration


In This Topic
    BorderStyle Enumeration
    In This Topic
    Value indicating the style to apply to a Border.
    Syntax
    'Declaration
     
    Public Enum BorderStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As BorderStyle
    public enum BorderStyle : System.Enum 
    Members
    MemberDescription
    Tcbs_dashDotStroked 
    Tcbs_dashed 
    Tcbs_dashSmallGap 
    Tcbs_dotDash 
    Tcbs_dotDotDash 
    Tcbs_dotted 
    Tcbs_double 
    Tcbs_doubleWave 
    Tcbs_inset 
    Tcbs_nil 
    Tcbs_none 
    Tcbs_outset 
    Tcbs_single 
    Tcbs_thick 
    Tcbs_thickThinLargeGap 
    Tcbs_thickThinMediumGap 
    Tcbs_thickThinSmallGap 
    Tcbs_thinThickLargeGap 
    Tcbs_thinThickMediumGap 
    Tcbs_thinThickSmallGap 
    Tcbs_thinThickThinLargeGap 
    Tcbs_thinThickThinMediumGap 
    Tcbs_thinThickThinSmallGap 
    Tcbs_threeDEmboss 
    Tcbs_threeDEngrave 
    Tcbs_triple 
    Tcbs_wave 
    Remarks
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.BorderStyle

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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