Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENBulletChar Enumeration


In This Topic
    ENBulletChar Enumeration
    In This Topic
    Enumerates some commonly used bullet chars
    Syntax
    'Declaration
     
    
    Public Enum ENBulletChar 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENBulletChar
    public enum ENBulletChar : System.Enum 
    Members
    MemberDescription
    AsteriskAsterisk
    BlackCircleStandard bullet char (disc, black circle)
    BlackSquareFilled suqare char
    BlackTrianngleTriangular bullet char
    HyphenHyphen bullet
    NoneEmpty bullet char
    WhiteCircleWhite circle char
    WhiteSquareWhite square char
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENBulletChar

    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