ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / RowCol Class / FontFamily Property

In This Topic
    FontFamily Property (RowCol)
    In This Topic
    Gets or sets the FontFamily used to render text in this row/column.
    Syntax
    'Declaration
     
    
    Public Property FontFamily As FontFamily
    public FontFamily FontFamily {get; set;}
    See Also