개정판 38d69491
issue #00000 ctrl+S입력시 텍스트박스 입력 완료 되도록 수정
Change-Id: Id4ab97a53ab61022f5a2ac4d5ae63cd14338c2a7
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
998 | 998 |
//강인구 주석 풀기 |
999 | 999 |
public void UnEditingMode() |
1000 | 1000 |
{ |
1001 |
|
|
1002 | 1001 |
TextBoxVisibility = Visibility.Collapsed; |
1003 | 1002 |
TextBlockVisibility = Visibility.Visible; |
1004 | 1003 |
|
1005 |
if (UnderLine != null) |
|
1006 |
Base_TextBlock.TextDecorations = UnderLine; |
|
1004 |
if (Base_TextBlock != null) |
|
1005 |
{ |
|
1006 |
if (UnderLine != null) |
|
1007 |
Base_TextBlock.TextDecorations = UnderLine; |
|
1007 | 1008 |
|
1008 |
Base_TextBlock.Margin = |
|
1009 |
new Thickness(Base_TextBox.Margin.Left + 4, Base_TextBox.Margin.Top + 4, |
|
1010 |
Base_TextBox.Margin.Right + 4, Base_TextBox.Margin.Bottom + 4); |
|
1009 |
Base_TextBlock.Margin = |
|
1010 |
new Thickness(Base_TextBox.Margin.Left + 4, Base_TextBox.Margin.Top + 4, |
|
1011 |
Base_TextBox.Margin.Right + 4, Base_TextBox.Margin.Bottom + 4); |
|
1012 |
} |
|
1013 |
|
|
1014 |
this.BaseTextbox_Caret.Visibility = Visibility.Collapsed; |
|
1011 | 1015 |
} |
1012 | 1016 |
|
1013 | 1017 |
private void SetArrowTextPath(bool IsInit = false) |
내보내기 Unified diff