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

In This Topic
    CustomFontNames 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 ReadOnly Property CustomFontNames As System.Collections.Generic.List(Of FontOption)
    public System.Collections.Generic.List<FontOption> CustomFontNames {get;}
    See Also