NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontStyle Enumeration

Specifies style information applied to text.

[Visual Basic]
Public Enum FontStyle
[C#]
public enum FontStyle
[C++]
public enum FontStyle

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Bold Bold text.
BoldItalic Bold and Italic text.
Italic Italic text.
Regular Normal text.
Strikeout Text with a line through the middle.
Underline Underlined text.

Requirements

Namespace: System.Drawing

Assembly: System.Drawing.dll

See Also

System.Drawing Namespace