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

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