Name

FontSize

Synopsis

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
End Enum

Hierarchy

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

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.