BlockInlineRenderable.RenderableItem

Class

Represents an item in the block/inline flow.

Namespace: RazorConsole.Core.Renderables
Assembly: RazorConsole.Core

Definition

public sealed class BlockInlineRenderable.RenderableItem

Constructors

1
NameTypeDescription
RenderableItem(IRenderable, bool)()ConstructorInitializes a new instance of the RenderableItem class.

Properties

2
NameTypeDescription
Other
IsBlockBooleanGets a value indicating whether this is a block-level element. Block elements start on a new line, inline elements continue on the same line.
RenderableIRenderableGets the renderable content.