OffsetX Property (Matrix)

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

The Matrix class is for custom transformations. Often it is easier to use the specific transformations RotateTransform, ScaleTransform, SkewTransform, or TranslateTransform.

Applies To

Matrix

See Also

Silverlight Transforms Overview