Fonts Property (ReportDesigner)
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
System.Object representing the fonts.
See Also