개정판 011ce2ac
issue #000: ArrowText text 가 날라가는 현상 수정. 참고(http://devdoftech.co.kr/c/MARKUS/+/1178)
Change-Id: I690893b585ba516c3b85bd5db2a0efb4e75ea060
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
64 | 64 |
Base_ArrowSubPath = GetTemplateChild(PART_ArrowSubPath) as Path; |
65 | 65 |
Base_TextBox = GetTemplateChild(PART_TextBox) as TextBox; |
66 | 66 |
BaseTextbox_Caret = GetTemplateChild(PART_BaseTextbox_Caret) as Border; |
67 |
|
|
67 |
Base_TextBox.Text = this.ArrowText; |
|
68 | 68 |
|
69 | 69 |
this.Base_TextBox.CaretIndex = this.Base_TextBox.Text.Length; |
70 | 70 |
this.Base_TextBox.CaretBrush = new SolidColorBrush(Colors.Transparent); |
내보내기 Unified diff