9 references to FontUnit
System.Web (9)
UI\WebControls\FontUnit.cs (9)
35public static readonly FontUnit Smaller = new FontUnit(FontSize.Smaller); 41public static readonly FontUnit Larger = new FontUnit(FontSize.Larger); 47public static readonly FontUnit XXSmall = new FontUnit(FontSize.XXSmall); 53public static readonly FontUnit XSmall = new FontUnit(FontSize.XSmall); 59public static readonly FontUnit Small = new FontUnit(FontSize.Small); 65public static readonly FontUnit Medium = new FontUnit(FontSize.Medium); 71public static readonly FontUnit Large = new FontUnit(FontSize.Large); 77public static readonly FontUnit XLarge = new FontUnit(FontSize.XLarge); 83public static readonly FontUnit XXLarge = new FontUnit(FontSize.XXLarge);