개정판 91e84544
방향키에 의한 이미지 이동
Change-Id: I9d9e7798483d896119c283ed71bdb0b058e1a3c7
MarkupToPDF/Common/CommentUserInfo.cs | ||
---|---|---|
38 | 38 |
|
39 | 39 |
public CommentUserInfo() |
40 | 40 |
{ |
41 |
this.BorderThickness = new System.Windows.Thickness(20.0); |
|
41 |
this.SetValue(Telerik.Windows.Controls.TabNavigationExtensions.IsTabStopProperty, false); |
|
42 |
this.BorderThickness = new System.Windows.Thickness(20.0); |
|
42 | 43 |
this.MouseEnter += CommentUserInfo_MouseEnter; |
43 | 44 |
this.MouseLeave += CommentUserInfo_MouseLeave; |
44 | 45 |
} |
내보내기 Unified diff