Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.3 KB

translatetransform.md

File metadata and controls

39 lines (22 loc) · 1.3 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.TranslateTransform
winrt class

Windows.UI.Xaml.Media.TranslateTransform

-description

Translates (moves) an object in the two-dimensional x-y coordinate system.

-xaml-syntax

<TranslateTransform .../>

-remarks

-examples

This example uses a TranslateTransform to offset text. In this example, a slightly offset copy of text below the primary text creates a shadow effect.

[!code-xamlTranslateTransform_1]

[!code-xamlTranslateTransform_2]

[!code-csharpTranslateTransform_2_code]

-see-also

XAML two-dimensional transforms sample, Transform