OffsetX Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the value of the third row and first column of this Matrix.

XAML
<object OffsetX="Double" .../>
Scripting
value = object.offsetX
object.offsetX = value

Property Value

Double

The value of the first row and third column of this Matrix.

This property is read/write. The default value is 0.

Remarks

Applies To

Matrix

See Also