FontSize

FontSizeserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

This enumeration defines the supported size options for mobile control fonts. Note that an exact point size cannot be used. If you use the value NotSet for a control, the size will be inherited from the control's style or, if that style is not defined, from the control's parent control.

public enum FontSize {    NotSet = 0,    Normal = 1,    Small = 2,    Large = 3 }

Hierarchy

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

Returned By

FontInfo.Size

Passed To

FontInfo.Size



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