RadControls for WPF

Specifies the order for matrix transform operations.

Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.1.403.40

Syntax

C#
public enum MatrixOrder
Visual Basic
Public Enumeration MatrixOrder

Members

Member nameValueDescription
Prepend0 The new operation is applied before the old operation.
Append1 The new operation is applied after the old operation.

See Also