개정판 168f8027
issue #812 상단 Angle 컨트롤에 아무것도 안나오는 문제 및 빌드 오류 수정
Change-Id: Ic2b9da31e24cba6185dd5765a1ce2947fa1ebf55
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
358 | 358 |
} |
359 | 359 |
|
360 | 360 |
|
361 |
public double Angle |
|
362 |
{ |
|
363 |
get { return (double)GetValue(AngleProperty); } |
|
364 |
set { SetValue(AngleProperty, value); } |
|
365 |
} |
|
361 |
//public double Angle
|
|
362 |
//{
|
|
363 |
// get { return (double)GetValue(AngleProperty); }
|
|
364 |
// set { SetValue(AngleProperty, value); }
|
|
365 |
//}
|
|
366 | 366 |
|
367 | 367 |
public Thickness BorderSize |
368 | 368 |
{ |
... | ... | |
1605 | 1605 |
{ |
1606 | 1606 |
this.EndPoint = pt; |
1607 | 1607 |
|
1608 |
Point tempPoint = this.EndPoint; |
|
1609 |
Angle = MathSet.returnAngle(this.StartPoint, ref tempPoint, true); |
|
1610 |
|
|
1608 | 1611 |
if (bAxisLocked || bShiftKeyPressed) |
1609 | 1612 |
{ |
1610 |
Point tempPoint = this.EndPoint; |
|
1611 |
string angle = MathSet.returnAngleString(this.StartPoint, ref tempPoint, true); |
|
1612 | 1613 |
this.EndPoint = tempPoint; |
1613 | 1614 |
} |
1614 | 1615 |
|
내보내기 Unified diff