개정판 d7123191
Stamp Control SelectBox선택시 프로그램 종료 문제
MarkupToPDF/Controls/Etc/SymControlN.cs | ||
---|---|---|
71 | 71 |
DependencyProperty.Register("IsSelected", typeof(bool), typeof(SymControlN), new FrameworkPropertyMetadata(false, IsSelectedChanged)); |
72 | 72 |
|
73 | 73 |
public static readonly DependencyProperty ControlTypeProperty = |
74 |
DependencyProperty.Register("ControlType", typeof(ControlType), typeof(SymControlN), new FrameworkPropertyMetadata(ControlType.Symbol));
|
|
74 |
DependencyProperty.Register("ControlType", typeof(ControlType), typeof(SymControlN), new FrameworkPropertyMetadata(ControlType.Stamp));
|
|
75 | 75 |
#endregion |
76 | 76 |
|
77 | 77 |
#region PropertyChanged Method |
내보내기 Unified diff