Windows.UI.Xaml.Media.TranslateTransform

June 22, 2022 · View on GitHub

-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