Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Permalink
docs
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
-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