Vixen
02b45cc4
csharp
public enum TextWrapMode

What to do with a word that is wider than the line it has to fit in.

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

Fields and properties (2)

  • Word

    Let it overflow. CSS's overflow-wrap: normal, and what prose wants.

  • Anywhere

    Break inside the word rather than overflow. CSS's overflow-wrap: anywhere.

Used by (4)

  • LineWrapTestsVixen.Ui.Text.Tests
  • LineWrapperVixen.Ui.Text
  • UiDocumentVixen.Ui
  • UiElementVixen.Ui