개정판 233ef333
- markus control angle 기능 수정
- axis 기능
Change-Id: I0e34fe08407dca77c9ccc668595489a99b981065
KCOM/Views/TopMenu.xaml | ||
---|---|---|
300 | 300 |
<Image Source="/KCOM;component/Resources/Images/MenuImage_New/lineChain.png" /> |
301 | 301 |
</telerik:RadToggleButton> |
302 | 302 |
<!--<CheckBox Margin="10,5,2,0" HorizontalAlignment="Left" VerticalAlignment="Center" Grid.Column="2" Grid.Row="0" Content="Fill" Checked="FillShapeEvent" Unchecked="FillShapeEvent" x:Name="cbFillShape" IsChecked="{Binding checkFillShape, Source={x:Static common:ViewerDataModel.Instance}}" />--> |
303 |
<CheckBox VerticalAlignment="Center" Grid.Column="3" Grid.Row="0" Margin="10,5,2,0" HorizontalAlignment="Left" Content="Axis Lock" Checked="AxisLockEvent" Unchecked="AxisLockEvent" x:Name="cbAxisLock" IsChecked="{Binding checkAxis, Source={x:Static common:ViewerDataModel.Instance}}" /> |
|
303 |
<CheckBox VerticalAlignment="Center" Grid.Column="3" Grid.Row="0" Margin="10,5,2,0" HorizontalAlignment="Left" Content="Axis Lock" |
|
304 |
IsChecked="{Binding IsAxisLock, Source={x:Static common:ViewerDataModel.Instance}}" /> |
|
304 | 305 |
|
305 | 306 |
<telerik:RadButtonGroup Margin="10,0,0,0" Height="20" Grid.Column="3" Grid.Row="1" |
306 | 307 |
BorderThickness="1" |
내보내기 Unified diff