OffsetY

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

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

Property Value

Type: Double

The value of the third row and second column of the matrix.

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

Managed Equivalent

OffsetY

Remarks

The Matrix class is for custom transformations. It is often easier to use the following specific transformations: RotateTransform, ScaleTransform, SkewTransform, or TranslateTransform.

Applies To

Matrix