FontSize

FontSizeserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration is used to set the FontUnit.Type property using one of the font size constants defined by the HTML 4.0 standard.

public enum FontSize {
   NotSet = 0,
   AsUnit = 1,
   Smaller = 2,
   Larger = 3,
   XXSmall = 4,
   XSmall = 5,
   Small = 6,
   Medium = 7,
   Large = 8,
   XLarge = 9,
   XXLarge = 10
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) FontSize

Returned By

FontUnit.Type

Passed To

FontUnit.FontUnit( )



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace