OffsetY Property (Matrix)

Gets or sets the value of the third row and second column of this matrix.

XAML
<object OffsetY="Double" .../>
Scripting
value = object.OffsetY
object.OffsetY = value

Property Value

Double

The value of the third row and second 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