FontInfo Members
.NET Framework 3.0
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 | |
|---|---|---|
| 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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (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) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Converts the specified value to its equivalent string representation. |
| Name | Description | |
|---|---|---|
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: