OffsetX Property
Collapse the table of content
Expand the table of content

Matrix.OffsetX 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 first column of this Matrix structure.

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

public double OffsetX { get; set; }

Property Value

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

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

XAML Attribute Usage

<Matrix OffsetX="double"/>

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft