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

In This Topic
    FontStyle Property (RowCol)
    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