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

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