WebMatrixOrder Enum

WebMatrixOrder enumeration

Specifies the order in which matrix transformations are applied.

public enum WebMatrixOrder

Values

NameValueDescription
Append0Specifies that the transformation is appended to the existing transformation.
Prepend1Specifies that the transformation is prepended to the existing transformation.

See Also