TranslateTransform in XAML Silverlight


Introduction

In Silverlight ‘TranslateTransform’ defines the axis aligned translation along the x and y axes. This transform is less exciting but it is very useful in animations. The effect of a TranslateTransform is to move a figure by a certain amount of pixels along the X and Y axis.


Above screenshot will explain all its properties.

Comments

Popular posts from this blog

Customize User's Profile in ASP.NET Identity System

Migrating database from ASP.NET Identity to ASP.NET Core Identity