TextCapType

TextCapType enumeration

Represents the type of text capitalisation.

public enum TextCapType : sbyte

Values

NameValueDescription
NotDefined-1
None0
Small1
All2

See Also