Table of Contents

Class TextBlock

Namespace
Emissary
Assembly
Emissary.dll

Plain text content.

public sealed record TextBlock : ContentBlock, IEquatable<ContentBlock>, IEquatable<TextBlock>
Inheritance
TextBlock
Implements
Inherited Members

Constructors

TextBlock(string)

Plain text content.

public TextBlock(string Text)

Parameters

Text string

The text.

Properties

Text

The text.

public string Text { get; init; }

Property Value

string