ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Style Class / textUnderline Property

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