개정판 661b7416
issue #999: Add FromString to all of controls
Change-Id: I64093e34a5f9e8d367cbed769ff4db8d7472cb7a
MarkupToPDF/Common/CommentUserInfo.cs | ||
---|---|---|
14 | 14 |
|
15 | 15 |
public class CommentUserInfo : System.Windows.Controls.Control |
16 | 16 |
{ |
17 |
public static readonly string[] delimiterChars = { "|DZ|" }; |
|
18 |
public static readonly string[] delimiterChars2 = { "|" }; |
|
19 |
public static readonly SolidColorBrush DefaultColor = new SolidColorBrush(MarkupToPDF.Controls.Common.ValueConverter.StringToColorConverter.Parse("")); |
|
20 |
|
|
17 | 21 |
public string Memo { get; set; } |
18 | 22 |
public string MarkupInfoID { get; set; } |
19 | 23 |
public bool IsMouseOver { get; set; } |
내보내기 Unified diff