HtmlForgeX

API Reference

Enum

TextTransform

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Text transformation options.

Inheritance

  • Enum
  • TextTransform

Values

public const TextTransform Uppercase #

Uppercase all letters.

Value: 0
public const TextTransform Lowercase #

Lowercase all letters.

Value: 1
public const TextTransform Capitalize #

Capitalize each word.

Value: 2
public const TextTransform None #

No transformation.

Value: 3
public const TextTransform Inherit #

Inherit from parent.

Value: 4
public const TextTransform Initial #

Use the CSS initial value.

Value: 5