This documentation is archived and is not being maintained.
FontInfo Members
Visual Studio 2008
Provides access to all font-related style information about an ASP.NET mobile control.
The FontInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Converts the specified value to its equivalent string representation. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
|
Bold | Gets or sets a value indicating whether the font is bold. The default value is NotSet. |
|
Italic | Gets or sets a value indicating whether the font is italic. The default value is NotSet. |
|
Name | Gets or sets the name of the specified font. The default value is an empty string (""). |
|
Size | Gets or sets the specified font size. Must be of type FontSize. The default value is NotSet. |
Show: