개정판 90e7968d
issue #000: daelim source compare 중
Change-Id: I010a1b75dae4b786e1c2a51a34c923eafd384667
MarkupToPDF/Controls/Etc/ImgControl.cs | ||
---|---|---|
47 | 47 |
protected void OnPropertyChanged(string propName) |
48 | 48 |
{ |
49 | 49 |
if (PropertyChanged != null) |
50 |
{ |
|
51 | 50 |
PropertyChanged(this, new PropertyChangedEventArgs(propName)); |
52 |
} |
|
53 | 51 |
} |
54 | 52 |
|
55 | 53 |
public void ApplyOverViewData() |
... | ... | |
93 | 91 |
public static readonly DependencyProperty CenterYProperty = DependencyProperty.Register("CenterY", typeof(double), typeof(ImgControl), |
94 | 92 |
new PropertyMetadata((double)0, OnCenterXYChanged)); |
95 | 93 |
|
96 |
|
|
97 | 94 |
#endregion |
98 | 95 |
#region PropertyChanged Method |
99 | 96 |
|
100 |
|
|
101 | 97 |
public static void IsSelectedChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e) |
102 | 98 |
{ |
103 | 99 |
//var instance = (ImgControl)sender; |
... | ... | |
342 | 338 |
|
343 | 339 |
public double LineSize { get; set; } |
344 | 340 |
|
345 |
|
|
346 | 341 |
public Geometry PathData { get; set; } |
342 |
|
|
343 |
|
|
347 | 344 |
} |
348 | 345 |
} |
내보내기 Unified diff