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