Class MatrixOrder
Specifies the order for matrix transform operations.
Inheritance
System.Object
MatrixOrder
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class MatrixOrder : Enum
Fields
Append
The new operation is applied after the old operation.
Declaration
public const MatrixOrder Append
Field Value
Prepend
The new operation is applied before the old operation.
Declaration
public const MatrixOrder Prepend
Field Value
value__
Declaration
public int value__
Field Value
System.
|