Sensors - Managed

We use WPF’s rotate transform that uses degrees. A converter converts the X- and Y-axis of the Accelerometer to degrees. In order for the rotation to work properly, it must be centered on the middle of the element. ... " CenterX="{Binding RelativeSource={RelativeSource AncestorType={x:Type Image}, AncestorLevel=1}, Path=ActualWidth, Converter ... ................
................