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

In This Topic
    underline Property (_TextDecorationOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property underline As Nullable(Of Boolean)
    public Nullable<bool> underline {get; set;}
    See Also