This documentation is archived and is not being maintained.

FontInfo Members

Provides access to all font-related style information about an ASP.NET mobile control.

The FontInfo type exposes the following members.

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Converts the specified value to its equivalent string representation. (Overrides Object::ToString().)
Top

  NameDescription
Public property Bold Gets or sets a value indicating whether the font is bold. The default value is NotSet.
Public property Italic Gets or sets a value indicating whether the font is italic. The default value is NotSet.
Public property Name Gets or sets the name of the specified font. The default value is an empty string ("").
Public property Size Gets or sets the specified font size. Must be of type FontSize. The default value is NotSet.
Top
Show: