FontInfo Members

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

The following tables list the members exposed by the FontInfo type.

  Name Description
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

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString Overridden. Converts the specified value to its equivalent string representation.
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

Community Additions

ADD
Show: