ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : FontStyle Enumeration |
Member | Description |
---|---|
Bold | 1 - Text is bold. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Bold. |
Italic | 2 - Text is italic. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Italic. |
Regular | 0 - Text has a "normal" style. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Regular. |
Strikeout | 8 - Text is struck out. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Strikeout. |
Underline | 4 - Text is underlined. This is the same type as ImageGear for .NET's ImGearARTFontStyles.Underline. |
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.
Object
ImageGear.Web.UI.FontStyle