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

In This Topic
    CustomFontSizes Property
    In This Topic
    The FontSizes property specifies the list of font size which will be shown in the font size drop down list.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomFontSizes As System.Collections.Generic.List(Of FontOption)
    public System.Collections.Generic.List<FontOption> CustomFontSizes {get;}
    See Also