alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ListItemType

    Specifies the type of the list item.

    Inheritance
    System.Object
    ListItemType
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public sealed class ListItemType : Enum

    Fields

    _1

    Default. Associate numbers with each item in an ordered list.

    Declaration
    public const ListItemType _1
    Field Value
    Type
    ListItemType

    a

    Associate uppercase letters with each item in an ordered list.

    Declaration
    public const ListItemType a
    Field Value
    Type
    ListItemType

    A

    Declaration
    public const ListItemType A
    Field Value
    Type
    ListItemType

    circle

    Associate a hollow circle with each item in an unordered list.

    Declaration
    public const ListItemType circle
    Field Value
    Type
    ListItemType

    disc

    Associate a solid disc with each item in an unordered list.

    Declaration
    public const ListItemType disc
    Field Value
    Type
    ListItemType

    i

    Associate large Roman numerals with each item in an ordered list.

    Declaration
    public const ListItemType i
    Field Value
    Type
    ListItemType

    I

    Declaration
    public const ListItemType I
    Field Value
    Type
    ListItemType

    square

    Associate a solid square with each item in an unordered list.

    Declaration
    public const ListItemType square
    Field Value
    Type
    ListItemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved