Fonts Property (DesignerSettings)
In This Topic
Gets or sets the list of fonts displayed in Font property editors all over Designer.
Syntax
'Declaration
Public Property Fonts As Object()
public object[] Fonts {get; set;}
Property Value
An array of objects representing fonts or font headers.
See Also