Vixen
02b45cc4
csharp
public sealed class CodeSpan

One coloured run of a line, as an element.

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

Fields and properties (2)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • public CodeTokenKind Kind

    What it is, which is the class it wears.

Methods (1)

  • protected override void OnCreated()

    Builds whatever this element is made of, once, as it joins a document.

Used by (2)

  • CodeEditorTestsVixen.Ui.Controls.Advanced.Tests
  • CodeLineVixen.Ui.Controls.Advanced