개정판 a5b465dc
issue #534: Add ItemRect property to all of controls
Change-Id: Id0d640b9fd9959615758b5e55b499f97d6f38dae
MarkupToPDF/Common/CommentUserInfo.cs | ||
---|---|---|
5 | 5 |
using System.Collections.Generic; |
6 | 6 |
using System.Linq; |
7 | 7 |
using System.Text; |
8 |
using System.Windows; |
|
8 | 9 |
using System.Windows.Media; |
9 | 10 |
|
10 | 11 |
namespace MarkupToPDF.Common |
... | ... | |
70 | 71 |
/// <summary> |
71 | 72 |
/// subclass has to override this property |
72 | 73 |
/// </summary> |
73 |
public virtual bool IsSelected{ get; set; } |
|
74 |
public virtual bool IsSelected { get; set; }
|
|
74 | 75 |
|
75 | 76 |
/// <summary> |
76 | 77 |
/// subclass has to override this property |
... | ... | |
103 | 104 |
GROUP_ID = this.GroupID |
104 | 105 |
}; |
105 | 106 |
} |
107 |
|
|
108 |
/// <summary> |
|
109 |
/// return item's area |
|
110 |
/// </summary> |
|
111 |
public virtual Rect ItemRect |
|
112 |
{ |
|
113 |
get; |
|
114 |
} |
|
106 | 115 |
} |
107 | 116 |
} |
내보내기 Unified diff