BlockInlineRenderable.RenderableItem
ClassRepresents an item in the block/inline flow.
Namespace:
RazorConsole.Core.RenderablesAssembly:
RazorConsole.CoreDefinition
public sealed class BlockInlineRenderable.RenderableItemConstructors
1| Name | Type | Description |
|---|---|---|
RenderableItem(IRenderable, bool)() | Constructor | Initializes a new instance of the RenderableItem class. |
Properties
2| Name | Type | Description |
|---|---|---|
Other | ||
IsBlock | Boolean | Gets a value indicating whether this is a block-level element. Block elements start on a new line, inline elements continue on the same line. |
Renderable | IRenderable | Gets the renderable content. |