ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / FontStyle Enumeration

In This Topic
    FontStyle Enumeration
    In This Topic
    Indicates the style of a font.
    Members
    MemberDescription
    Bold1 - Text is bold. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Bold.
    Italic2 - Text is italic. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Italic.
    Regular0 - Text has a "normal" style. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Regular.
    Strikeout8 - Text is struck out. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Strikeout.
    Underline4 - Text is underlined. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Underline.
    Remarks

    This enumeration indicates the style of the font used for text marks. These styles may be combined. For example, you can create a bold and italic font using (ImageGear.Web.UI.FontStyle.Bold | ImageGear.Web.UI.FontStyle.Italic). NotateXpress (version 10) exposes the same functionality using the Bold, Italic, Underline, and Strikeout properties of a Font object.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.FontStyle

    See Also