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
TextstringThe text.
Properties
Text
The text.
public string Text { get; init; }