ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Editor Namespace / C1EditorExtender 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