ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTFontStyles Enumeration




In This Topic
    ImGearARTFontStyles Enumeration
    In This Topic
    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
    MemberValueDescription
    Bold1Bold text.
    Italic2Italic text.
    Regular0Normal text.
    Strikeout8Text with a line through the middle.
    Underline4Underlined text.
    Inheritance Hierarchy

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

    See Also