Nevron .NET Vision
Nevron.GraphicsCore Namespace / ListStyleType Enumeration


In This Topic
    ListStyleType Enumeration
    In This Topic
    Defines the shape or text of a bullet.
    Syntax
    'Declaration
     
    
    Public Enum ListStyleType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ListStyleType
    public enum ListStyleType : System.Enum 
    Members
    MemberDescription
    Decimal1, 2, 3, 4, and so on.
    DiskDefault. Solid circles.
    LowerAlphaa, b, c, d, and so on.
    LowerRomani, ii, iii, iv, and so on.
    NoneNo marker is shown.
    SquareSolid squares.
    StarSolid stars.
    UpperAlphaA, B, C, D, and so on.
    UpperRomanI, II, III, IV, and so on.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.ListStyleType

    Requirements

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