ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 583
نمايش فراداده

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