ComponentOne Maps for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1Editor Class / FontNames Property

In This Topic
    FontNames Property
    In This Topic
    The FontNames property specifies the list of font name which will be shown in the font name drop down list.
    Syntax
    'Declaration
     
    Public Property FontNames As System.String()
    public System.string[] FontNames {get; set;}
    See Also