개정판 8acc4862
issue #00000 ZoomAndPanControl OnApplyTemplate 호출 수정
Change-Id: I923686647377c67c1dc0bac05d59329dbadda75e
ZoomAndPan/ZoomAndPanControl.cs | ||
---|---|---|
991 | 991 |
{ |
992 | 992 |
throw new ApplicationException("PART_Content was not found in the ZoomAndPanControl visual template!"); |
993 | 993 |
} |
994 |
|
|
995 |
ZoomTo(new Rect(0,0, content.ActualWidth, content.ActualHeight)); |
|
994 |
else |
|
995 |
{ |
|
996 |
ZoomTo(new Rect(0, 0, content.ActualWidth, content.ActualHeight)); |
|
997 |
} |
|
996 | 998 |
} |
997 | 999 |
|
998 | 1000 |
|
내보내기 Unified diff