June 2002
Intermediate to advanced
816 pages
28h 12m
English
FontInfo
This class represents font information and is used in many controls through the WebControl.Font property. This class
contains the font properties that are supported in ASP.NET Web Forms and differs
slightly from the System.Drawing.Font object used in other types
of .NET applications.
Public NotInheritable Class FontInfo ' Public Instance Properties Public Property Bold As Boolean Public Property Italic As Boolean Public Property Name As String Public Property Names As String() Public Property Overline As Boolean Public Property Size As FontUnit Public Property Strikeout As Boolean Public Property Underline As Boolean ' Public Instance Methods Public Sub CopyFrom(ByVal f As FontInfo) Public Sub MergeWith(ByVal f As FontInfo) Public Function ShouldSerializeNames() As Boolean Overrides Public Function ToString() As String End Class
Read now
Unlock full access