개정판 01cbc243
Arrow Text 생성시 Leader선이 가까운 Point로 이동하지 않는 문제 조치
KCOM/Views/TopMenu.xaml | ||
---|---|---|
283 | 283 |
telerik:StyleManager.Theme="Windows7" |
284 | 284 |
ToolTipService.ToolTip="Interval Value" |
285 | 285 |
ValueChanged="cbIntervalSize_ValueChanged" |
286 |
Value="{Binding Interval, Source={x:Static common:ViewerDataModel.Instance}}" |
|
286 |
Value="{Binding Interval, Source={x:Static common:ViewerDataModel.Instance}, Mode=TwoWay}"
|
|
287 | 287 |
/> |
288 | 288 |
</telerik:RadButtonGroup> |
289 | 289 |
|
... | ... | |
361 | 361 |
telerik:StyleManager.Theme="Windows7" |
362 | 362 |
ToolTipService.ToolTip="Interval Value" |
363 | 363 |
ValueChanged="cbArcLength_ValueChanged" |
364 |
Value="{Binding ArcLength, Source={x:Static common:ViewerDataModel.Instance}}" |
|
364 |
Value="{Binding ArcLength, Source={x:Static common:ViewerDataModel.Instance}, Mode=TwoWay}"
|
|
365 | 365 |
/> |
366 | 366 |
</telerik:RadButtonGroup> |
367 | 367 |
|
내보내기 Unified diff