Class List
Base class for list elements (ordered and unordered).
Implements
Inherited Members
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public abstract class List : BlockContainer, INode
Properties
Marker
Gets or sets the list marker.
Declaration
public char Marker { get; set; }
Property Value
Type | Description |
---|---|
System.Char |
Tight
Gets or sets a value indicating whether the list is tight. Tight lists have no space between their items.
Declaration
public bool Tight { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CanContain(Block)
Determines if the block can contain the specified node.
Declaration
public override bool CanContain(Block node)
Parameters
Type | Name | Description |
---|---|---|
Block | node |
Returns
Type | Description |
---|---|
System.Boolean |