RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBoxMenu Class / FontFamilies Property

In This Topic
    FontFamilies Property (C1RichTextBoxMenu)
    In This Topic
    Gets or sets the FontFamilies used with the C1.Xaml.C1RadialMenu
    Syntax
    'Declaration
     
    Public Property FontFamilies As List(Of String)
    public List<string> FontFamilies {get; set;}
    See Also