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

In This Topic
    FontSizes 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 Property FontSizes As System.String()
    public System.string[] FontSizes {get; set;}
    See Also