Skip to main content
All docs
V25.1
  • DXMatrixOrder Enum

    Lists values that indicate the order for matrix transformation operations.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public enum DXMatrixOrder

    Members

    Name Description
    Prepend

    The new operation is applied before the old operation.

    Append

    The new operation is applied after the old operation.

    See Also