OffsetX

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

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

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

Property Value

Type: Double

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

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

Managed Equivalent

OffsetX

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