TransformGroup in XAML Silverlight


Introduction

In Silverlight ‘TransformGroup’ is a way to combine all transformations that we have discussed so far.

Look at the screenshot that has combined transformation but values are default, so you can’t see any special output.


In above screenshot, I have used all codes but values are just default. Now let’s change the RotateTransform Angle and see the result.


Above output is not new to us because we have already discussed about RotateTransform in our previous post. Now, let’s add some other transformation to make it TransformGroup. Look at the screenshot below where I will be using ScaleX and ScaleY. This is also not new to us, as we have aware about this from previous posts. Here in this post (or TransformGroup) we only have combined two different transformations together.


That’s all about the TransformationGroup.

Comments

Popular posts from this blog

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

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples