12345678910111213141516 |
- <UserControl x:Class="HistoryDLL.PlaneRotateMap"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:pr="clr-namespace:NLPlaneRotator;assembly=NLPlaneRotator"
- xmlns:local="clr-namespace:HistoryDLL"
- mc:Ignorable="d" >
- <Grid x:Name="uxRotateMainGrid" >
- <pr:PlaneRotator x:Name="uxMyPlanerator" FieldOfView="45" >
- <Grid x:Name="uxRotateContain" Margin="0,1,0,0" VerticalAlignment="Center" HorizontalAlignment="Center" >
- </Grid>
- </pr:PlaneRotator>
- </Grid>
- </UserControl>
|