RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBoxToolbar Class / FontSizes Property

In This Topic
    FontSizes Property (C1RichTextBoxToolbar)
    In This Topic
    Gets the collection of font sizes available in the toolbar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FontSizes As Collection(Of Double)
    public Collection<double> FontSizes {get;}
    See Also