ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _TextStyleOption Class / fontStyle Property

In This Topic
    fontStyle Property (_TextStyleOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property fontStyle As Nullable(Of FontStyle)
    public Nullable<FontStyle> fontStyle {get; set;}
    See Also