BlockInlineRenderable
ClassA renderable that can compose block and inline elements together. Block elements start on a new line, while inline elements continue on the same line.
Namespace:
RazorConsole.Core.RenderablesAssembly:
RazorConsole.CoreDefinition
public sealed class BlockInlineRenderable : IRenderableConstructors
1| Name | Type | Description |
|---|---|---|
BlockInlineRenderable(IReadOnlyList<RenderableItem>)() | Constructor | Initializes a new instance of the BlockInlineRenderable class. |
Methods
4| Name | Type | Description |
|---|---|---|
Block(IRenderable)() | RenderableItem | Creates a block-level renderable item. |
Inline(IRenderable)() | RenderableItem | Creates an inline-level renderable item. |
Measure(RenderOptions, int)() | Measurement | — |
Render(RenderOptions, int)() | IEnumerable<Segment> | — |