개정판 064efb98
issue #937: fixed to count numbers of multi line text
Change-Id: I3668b013640d2c3d5c1567ba367285d60a1e83cb
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1144 | 1144 |
connectorSMGeometry.StartPoint = this.StartPoint; |
1145 | 1145 |
connectorSMGeometry.EndPoint = this.MidPoint; |
1146 | 1146 |
connectorMEGeometry.StartPoint = this.MidPoint; //핵심 |
1147 |
//Canvas.SetLeft(Base_TextBox, this.EndPoint.X - BoxWidth / 2); |
|
1148 |
//Canvas.SetTop(Base_TextBox, this.EndPoint.Y - BoxHeight / 2); |
|
1149 | 1147 |
|
1150 |
//Canvas.SetLeft(Base_TextBox, this.EndPoint.X); |
|
1151 | 1148 |
Canvas.SetLeft(Base_TextBox, this.EndPoint.X); |
1152 | 1149 |
Canvas.SetTop(Base_TextBox, this.EndPoint.Y); |
1153 | 1150 |
|
내보내기 Unified diff