개정판 53393bae
Converter
- Converter Searview 잘못된 Return값 제외
Viewer
- CloudControl, rectCloud, Textcontrol, ArrowTextControl CloudArcDepth 0.8로 고정
- Save, Load시 ArcLength 바인딩 되도록 수정
- 권한이 없을 경우 단축키 권한 제외(Ctrl + A, C, V)
- License 체크시 Member테이블에 없을 경우 등록된 사용자가 아닙니다 후 종료 되도록 설정
FinalItem
- CloudControl, rectCloud ArcLength 받아서 그려주도록 변경
MarkupToPDF/Controls/Shape/RectCloudControl.cs | ||
---|---|---|
25 | 25 |
public Path Base_ArcPath = null; |
26 | 26 |
public Path Base_BodyPath = null; |
27 | 27 |
|
28 |
private const double _CloudArcDepth = 0.55; /// 2018.05.14 added by humkyung
|
|
28 |
private const double _CloudArcDepth = 0.8; /// 2018.05.14 added by humkyung
|
|
29 | 29 |
|
30 | 30 |
#endregion |
31 | 31 |
|
... | ... | |
459 | 459 |
//this.FillColor = new SolidColorBrush(Colors.Red); |
460 | 460 |
this.PathSubData = pathGeometry; |
461 | 461 |
} |
462 |
|
|
462 |
ArcLength = ArcLength == 0 ? 10 : ArcLength; |
|
463 | 463 |
|
464 | 464 |
#endregion |
465 | 465 |
#region Cloud 만들기 |
내보내기 Unified diff