Edit

Share via


ListStyle Enum

Definition

Caution

Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.

This specifies the type of style the List will be.

[System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")]
public enum ListStyle
[<System.Obsolete("Parsing code has been deprecated, we suggest using Markdig. See https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3200 for more info.")>]
type ListStyle = 
Public Enum ListStyle
Inheritance
ListStyle
Attributes

Fields

Bulleted 0

A list with bullets

Numbered 1

A numbered list

Applies to