Represents an ordered list: 1. item.
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
public class OrderedList : Markdown.List, Markdown.INodeGets or sets the start number of the ordered list.
public int Start { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the start number of the ordered list. |
public override void Accept(Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Markdown.INodeVisitor | visitor |