ImageGear for .NET
ImGearARTFontStyles Enumeration




Specifies text font style information.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearARTFontStyles 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearARTFontStyles
[FlagsAttribute()]
public enum ImGearARTFontStyles : System.Enum 
[FlagsAttribute()]
__value public enum ImGearARTFontStyles : public System.Enum 
[FlagsAttribute()]
public enum class ImGearARTFontStyles : public System.Enum 
Members
MemberValueDescription
Bold0x00000001 Bold text.
Italic0x00000002 Italic text.
Regular0x00000000 Normal text.
Strikeout0x00000008 Text with a line through the middle.
Underline0x00000004 Underlined text.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.ART Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback