프로젝트

일반

사용자정보

개정판 05009a0e

ID05009a0eea23a428c21c335a8359b2a1ed8eb2c2
상위 1ba2b03d
하위 81f7c012, da4727fe, b37ef4b3

이지연이(가) 5년 이상 전에 추가함

issue #923: 컨트롤 selecting 수정

Change-Id: I2ca4f50fabda07f65a6a1677604be5135cc1d165

차이점 보기:

MarkupToPDF/Controls/Text/ArrowTextControl.cs
1436 1436
            {
1437 1437
                case ArrowTextStyleSet.Normal:
1438 1438
                    this.BorderSize = new Thickness(0);
1439
                    DrawingRect();
1439 1440
                    break;
1440 1441
                case ArrowTextStyleSet.Cloud:
1441 1442
                    this.BorderSize = new Thickness(0);
......
1546 1547
        private void DrawingRect()
1547 1548
        {
1548 1549
            //20180906 LJY Textbox guide
1549

  
1550
            if(this.ArrowTextStyle == ArrowTextStyleSet.Normal)
1551
            {
1552
                this.Base_TextBox.BorderBrush = Brushes.Transparent;
1553
            }
1550 1554
            if (Math.Abs(this.Angle).ToString() == "90")
1551 1555
            {
1552 1556
                List<Point> pCloud = new List<Point>()

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)