MatrixOrder
Enum
Specifies the order for matrix transform operations.
Definition
Namespace:Telerik.WinForms.Documents.Layout
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public enum MatrixOrder
Fields
The new operation is applied after the old operation.
C#
Append = 1
The new operation is applied before the old operation.
C#
Prepend = 0