Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENPredefinedBorderStyle Enumeration


In This Topic
    ENPredefinedBorderStyle Enumeration
    In This Topic
    Enumerates the predefined border styles.
    Syntax
    'Declaration
     
    
    Public Enum ENPredefinedBorderStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPredefinedBorderStyle
    public enum ENPredefinedBorderStyle : System.Enum 
    Members
    MemberDescription
    BrickBorder made of bricks.
    BubbleBorder filled with bubbles.
    CustomCustom border.
    DashDashed border.
    DashDotBorder made of alternating dash and dot segments.
    DashDotDotBorder made of alternating dash and double-dot segments.
    DotDotted border.
    DoubleDouble border.
    DownwardDiagonalBorder filled with downward diagonal lines.
    InsetA 3D border that seems embedded into the canvas.
    OutsetA 3D border, which gives the impressions that it protrudes from the canvas.
    SolidSolid border.
    UpwardDiagonalBorder filled with upward diagonal lines.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENPredefinedBorderStyle

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also