ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixOrderEx Enumeration

In This Topic
    MatrixOrderEx Enumeration
    In This Topic
    Specifies matrix transform operation order.
    Syntax
    'Declaration
     
    Public Enum MatrixOrderEx 
       Inherits System.Enum
    public enum MatrixOrderEx : System.Enum 
    Members
    MemberDescription
    AppendSpecifies the new operation will occur after the old operation.
    PrependSpecifies the new operation will occur before the old operation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Drawing.MatrixOrderEx

    See Also