ImageGear .NET - Updated
ImGearARTFontStyles Enumeration




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTFontStyles Enumeration
Specifies text font style information.
Syntax
'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 
Members
MemberDescription
Bold Bold text.
Italic Italic text.
Regular Normal text.
Strikeout Text with a line through the middle.
Underline Underlined text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.ImGearARTFontStyles

See Also

Reference

ImageGear.ART Namespace