SkewTransform in XAML Silverlight


Introduction

In Silverlight ‘SkewTransform’ is used to skew element by keeping lines parallel (if AngleY is zero). If we change the AngleY to any positive then parallel like will also rotate. The screenshot given below has AngleY to zero.


In above screenshot, I have used AngleX to positive degree and negative degree (by keeping AngleY to zero). Let’s change AngleY to see the output.


In above screenshot, I have used AngleY as 20 and -20 degree.

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