Nevron .NET Vision
Nevron.GraphicsCore Namespace / TextListStyleType Enumeration


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

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.TextListStyleType

    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