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( )



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net