개정판 fa48eb85
issue #1000 컨트롤 angle 수정/ Textcontrol 텍스트 선택 수정
Change-Id: I56b5c6295adb7409774045545f30f16a920be96c
MarkupToPDF/Controls/Etc/SymControlN.cs | ||
---|---|---|
291 | 291 |
} |
292 | 292 |
} |
293 | 293 |
|
294 |
public override double Angle |
|
294 |
public override double CommentAngle
|
|
295 | 295 |
{ |
296 | 296 |
get { return (double)GetValue(AngleProperty); } |
297 | 297 |
set |
298 | 298 |
{ |
299 |
if (this.Angle != value) |
|
299 |
if (this.CommentAngle != value)
|
|
300 | 300 |
{ |
301 | 301 |
SetValue(AngleProperty, value); |
302 | 302 |
} |
... | ... | |
452 | 452 |
STemp.DBData = this.PathXathData; |
453 | 453 |
//STemp.StrokeColor = this.StrokeColor.Color.ToString(); |
454 | 454 |
STemp.StartPoint = this.StartPoint; |
455 |
STemp.Angle = this.Angle; |
|
455 |
STemp.Angle = this.CommentAngle;
|
|
456 | 456 |
STemp.EndPoint = this.EndPoint; |
457 | 457 |
STemp.LB = this.LeftBottomPoint; |
458 | 458 |
STemp.TR = this.TopRightPoint; |
... | ... | |
477 | 477 |
PointSet = s.PointSet, |
478 | 478 |
StartPoint = s.StartPoint, |
479 | 479 |
EndPoint = s.EndPoint, |
480 |
Angle = s.Angle, |
|
480 |
CommentAngle = s.Angle,
|
|
481 | 481 |
LeftBottomPoint = s.LB, |
482 | 482 |
TopRightPoint = s.TR, |
483 | 483 |
Opacity = s.Opac, |
내보내기 Unified diff