개정판 f8769f8a
issue #768 textbox line size 변경이 안되는 현상
MarkupToPDF/Controls/Text/TextControl.cs | ||
---|---|---|
561 | 561 |
"UnderLine", typeof(TextDecorationCollection), typeof(TextControl), new PropertyMetadata(null)); |
562 | 562 |
|
563 | 563 |
public static readonly DependencyProperty LineSizeProperty = DependencyProperty.Register( |
564 |
"LineSize", typeof(Thickness), typeof(TextControl), new PropertyMetadata(new Thickness(4)));
|
|
564 |
"LineSize", typeof(Thickness), typeof(TextControl), new PropertyMetadata(new Thickness(4), PointValueChanged)); //여기만 4인지 모르겠지만 4 그대로 두겠음
|
|
565 | 565 |
|
566 | 566 |
public static readonly DependencyProperty PointSetProperty = DependencyProperty.Register( |
567 | 567 |
"PointSet", typeof(List<Point>), typeof(TextControl), new PropertyMetadata(new List<Point>())); |
내보내기 Unified diff