Back to API Reference
Enum

LetterCase

Letter case enforced by CaseTransformBehavior.

public static readonly LetterCase Upper = 0
public static readonly LetterCase Lower = 1
public static readonly LetterCase Title = 2

Uppercase the first letter of each word; leave the rest as typed (iOS "words" autocapitalize).