hi guys,
I'm learning c# from head first c# book. In the first chapter i have put a button on the lower left cell of the grid.

The grid has 2 rows and 3 columns.

In the xaml code of the button, I can see the rendertransformorigin value as 0.2, -1.7 .

On what bases is this value been set by the IDE? And why is the second value negative?

The upper center cell has a canvas, the lower central cell has a progress bar and the lower right cell has a content control and text block(if these are related to that value, I dont know).

Please advise why you feel that value is set so?