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

In This Topic
    FontFamily Property (CellStyle)
    In This Topic
    Gets or sets the FontFamily used to render text in a cell.
    Syntax
    'Declaration
     
    
    Public Property FontFamily As FontFamily
    public FontFamily FontFamily {get; set;}
    See Also