Class MatrixOrder
Specifies the order for matrix transform operations.
Inheritance
System.Object
MatrixOrder
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.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
MatrixOrder
|
Prepend
The new operation is applied before the old operation.
Declaration
public const MatrixOrder Prepend
Field Value
MatrixOrder
|
value__
Declaration
public int value__
Field Value
System.Int32
|