Vixen
02b45cc4
csharp
public record class BoundText

Literal text content.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (1)

  • public string Text

    The characters, with @@ already decoded to @.

Methods (1)

  • public BoundText(string Text)

    Literal text content.

Used by (4)

  • BinderVixen.Ui.Markup
  • BinderTestsVixen.Ui.Markup.Tests
  • ComponentEmitterVixen.Ui.Markup
  • PreviewCodeEditorViewVixen.Editor.AssetEditors