Back to API Reference
Enum
LetterCase
Letter case enforced by CaseTransformBehavior.
public static readonly LetterCase Upper = 0public static readonly LetterCase Lower = 1public static readonly LetterCase Title = 2Uppercase the first letter of each word; leave the rest as typed (iOS "words" autocapitalize).
