개정판 168f8027
issue #812 상단 Angle 컨트롤에 아무것도 안나오는 문제 및 빌드 오류 수정
Change-Id: Ic2b9da31e24cba6185dd5765a1ce2947fa1ebf55
KCOM/Views/MainMenu.xaml | ||
---|---|---|
236 | 236 |
Grid.Column="1" |
237 | 237 |
Grid.ColumnSpan="2" |
238 | 238 |
Margin="10" |
239 |
AngleValue="{Binding AngleValue, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}"
|
|
239 |
AngleValue="{Binding Angle, Mode=TwoWay, StringFormat=\{0:F0\}°, Source={x:Static common:ViewerDataModel.Instance}}"
|
|
240 | 240 |
HorizontalAlignment="Right" |
241 | 241 |
VerticalAlignment="Top" |
242 | 242 |
IsHitTestVisible="False" |
243 |
Visibility="Collapsed" />
|
|
243 |
Visibility="{Binding AngleVisibility, Mode=TwoWay, Source={x:Static common:ViewerDataModel.Instance}}" />
|
|
244 | 244 |
</Grid> |
245 | 245 |
</telerik:RadDocumentPane> |
246 | 246 |
</telerik:RadPaneGroup> |
내보내기 Unified diff