프로젝트

일반

사용자정보

개정판 f8769f8a

IDf8769f8ad8bf20b020bc5009bc38a3fab17f6be0
상위 5de0c110
하위 ffcc8124

이지연이(가) 약 6년 전에 추가함

issue #768 textbox line size 변경이 안되는 현상

차이점 보기:

MarkupToPDF/Controls/Text/ArrowTextControl.cs
680 680
                "isTrans", typeof(bool), typeof(ArrowTextControl), new PropertyMetadata(false, PointValueChanged));
681 681

  
682 682
        public static readonly DependencyProperty BorderSizeProperty = DependencyProperty.Register(
683
                "BorderSize", typeof(Thickness), typeof(ArrowTextControl), new PropertyMetadata(null));
683
                "BorderSize", typeof(Thickness), typeof(ArrowTextControl), new PropertyMetadata(new Thickness(0), PointValueChanged));
684 684
    
685 685
        public static readonly DependencyProperty ArrowTextProperty = DependencyProperty.Register(
686 686
              "ArrowText", typeof(string), typeof(ArrowTextControl), new PropertyMetadata(null));
......
1494 1494
                    break;
1495 1495
                default:
1496 1496
                    {
1497
                        this.BorderSize = new Thickness(3); //올라
1497
                        this.BorderSize = new Thickness(LineSize); //올라
1498 1498
                        DrawingRect();
1499 1499
                    }
1500 1500

  

내보내기 Unified diff

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