FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / FontStyle Property

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