개정판 9f473fb7
Zoom window기능 추가
클라우드 모양 높이값 조절 추가
회전 기능 자연스럽게 변경
파노라마 이미지 선택시 제거
Selection 모드 오류 수정
Axis Lock 선택 에러 제거
KCOM/Views/MainMenu.xaml | ||
---|---|---|
182 | 182 |
CornerRadius="1" |
183 | 183 |
Panel.ZIndex="1" |
184 | 184 |
Opacity="0.5"/> |
185 |
|
|
185 |
<Border x:Name="dragZoomBorder" |
|
186 |
BorderThickness="3" |
|
187 |
Background="Transparent" |
|
188 |
CornerRadius="1" |
|
189 |
Panel.ZIndex="1" |
|
190 |
Opacity="1"> |
|
191 |
<Border.BorderBrush> |
|
192 |
<VisualBrush> |
|
193 |
<VisualBrush.Visual> |
|
194 |
<Rectangle StrokeDashArray="4 2" Stroke="Gray" StrokeThickness="1" |
|
195 |
Width="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, Path=ActualWidth}" |
|
196 |
Height="{Binding RelativeSource={RelativeSource AncestorType={x:Type Border}}, Path=ActualHeight}"/> |
|
197 |
</VisualBrush.Visual> |
|
198 |
</VisualBrush> |
|
199 |
</Border.BorderBrush> |
|
200 |
</Border> |
|
201 |
<!--<Border x:Name="dragZoomBorder" |
|
202 |
BorderBrush="Black" |
|
203 |
BorderThickness="1" |
|
204 |
|
|
205 |
Background="Transparent" |
|
206 |
CornerRadius="1" |
|
207 |
Panel.ZIndex="1" |
|
208 |
Opacity="0.5"/>--> |
|
209 |
|
|
210 |
|
|
186 | 211 |
<!--<Border Background="Red" Panel.ZIndex="1" Opacity="0.5" Visibility="Visible" Width="100" Height="100" />--> |
187 | 212 |
</Canvas> |
188 | 213 |
|
내보내기 Unified diff