FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Row Class / FontWeight Property

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