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

G. andrew Duthie; matthew Macdonald

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

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