TextTransform Enum

Definition

Enumerates values that determine the text transformation on an element.

public enum class TextTransform
public enum TextTransform
type TextTransform = 
Public Enum TextTransform
Inheritance
TextTransform

Fields

Default 1

The default text transformation is applied.

Lowercase 2

The text will be transformed into lowercase.

None 0

No text transformation is applied.

Uppercase 3

The text will be transformed into uppercase.

Applies to