Matrix.OffsetY Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Property OffsetY As Double
public double OffsetY { get; set; }

Property Value

Type: System..::.Double
The value of the third row and second column of this Matrix structure. The default value is 0.

Remarks

The OffsetY property is so named because it specifies the amount to translate the coordinate space along the y-axis.

XAML Attribute Usage

<Matrix OffsetY="double"/>

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Matrix Structure

System.Windows.Media Namespace