'Declaration Public Enum TextCaps Inherits System.Enum
'Usage Dim instance As TextCaps
public enum TextCaps : System.Enum
'Declaration Public Enum TextCaps Inherits System.Enum
'Usage Dim instance As TextCaps
public enum TextCaps : System.Enum
Member | Description |
---|---|
All | Apply all caps on the text. |
None | None caps. |
Small | Apply small caps to the text. |
Unspecified | The value is unspecified. |
System.Object
System.ValueType
System.Enum
GrapeCity.Drawing.TextCaps