ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / DrawCanvas Class / TextLayoutService Property

In This Topic
    TextLayoutService Property (DrawCanvas)
    In This Topic
    Gets the text layout service.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextLayoutService As ITextLayoutService
    public ITextLayoutService TextLayoutService {get;}

    Property Value

    For a list of valid values, see here: GrapeCity.ActiveReports.Core.Document.ITextLayoutService
    See Also