ESRI.ArcGIS.ADF.Web
FontStyle Enumeration
See Also 
ESRI.ArcGIS.ADF.Web Namespace : FontStyle Enumeration




Defines the style of a font.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum FontStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As FontStyle
C# 
[SerializableAttribute()]
public enum FontStyle : Enum 

Members

MemberDescription
Regular Specifies that the font has no special style properties.
Bold Specifies that the font is bold.
Italic Specifies that the font is italicized.
Underline Specifies that the font is underlined.
Outline Specifies that the font is outlined.
BoldItalic Specifies that the font is both bold and italicized.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.FontStyle

See Also

© 2010 All Rights Reserved.