Class OrderedList
Represents an ordered list: 1. item
.
Implements
Inherited Members
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public class OrderedList : List, INode
Properties
Start
Gets or sets the start number of the ordered list.
Declaration
public int Start { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Accept(INodeVisitor)
Accepts a visitor.
Declaration
public override void Accept(INodeVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
INodeVisitor | visitor |