ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / TextLayoutParams Structure
Members

In This Topic
    TextLayoutParams Structure
    In This Topic
    Text layout parameters. Please ensure to specify WrapMode/EnableKinsoku/MultiLine to obtain right output.
    Object Model
    TextLayoutParams Structure
    Syntax
    'Declaration
     
    Public Structure TextLayoutParams 
       Inherits System.ValueType
    public struct TextLayoutParams : System.ValueType 
    Remarks
    This structure should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.ActiveReports.Core.Document.TextLayoutParams

    See Also