ImageGear23.Art Assembly > ImageGear.ART Namespace : ImGearARTFontStyles Enumeration |
'Declaration <FlagsAttribute()> Public Enum ImGearARTFontStyles Inherits System.Enum
'Usage Dim instance As ImGearARTFontStyles
[Flags()] public enum ImGearARTFontStyles : System.Enum
[Flags()] __value public enum ImGearARTFontStyles : public System.Enum
[Flags()] public enum class ImGearARTFontStyles : public System.Enum
Member | Value | Description |
---|---|---|
Bold | 0x00000001 | Bold text. |
Italic | 0x00000002 | Italic text. |
Regular | 0x00000000 | Normal text. |
Strikeout | 0x00000008 | Text with a line through the middle. |
Underline | 0x00000004 | Underlined text. |
System.Object
System.ValueType
System.Enum
ImageGear.ART.ImGearARTFontStyles