AnsiStyledRun(String, AnsiStyle, Nullable) Constructor

Definition

Namespace XenoAtom.Ansi
Assembly XenoAtom.Ansi.dll

Represents a contiguous run of text associated with a style and optional hyperlink.

public AnsiStyledRun(string Text, AnsiStyle Style, AnsiHyperlink? Hyperlink)

Parameters

Text
String

The run text.

Style
AnsiStyle

The style active for this run.

Hyperlink
Nullable<AnsiHyperlink>

Optional active hyperlink for this run.