Font Property (TitleInfo)
In This Topic
Gets or sets the font settings of the title bar.
Syntax
'Declaration
Public Property Font As Font
'Usage
Dim instance As TitleInfo
Dim value As Font
instance.Font = value
value = instance.Font
public Font Font {get; set;}
See Also