trying to rotate a circle continuously in clockwise direction in UWP xaml
问题 I have implemented the structure that is rotating continuously in clockwise direction and now want to implement small circle attached along with it which should also rotate along the same direction in which pointed structure is rotating. Code for that are given below. XAML <Grid Name="mainGridView"> <Grid.Background> <ImageBrush ImageSource="Assets/info_bg.png"/> </Grid.Background> <Grid.RowDefinitions> <RowDefinition x:Name="rowDefSubjectHeadingGrid" Height="1*"/> <RowDefinition x:Name=