개정판 5c3caba6
Fix: 이미지 위에 객체를 생성할 때 객체가 이미지 뒤에 숨는 오류
Change-Id: If491e582f33be01f3e4e2b21594ed51122f48054
MarkupToPDF/Common/CommentUserInfo.cs | ||
---|---|---|
35 | 35 |
public long GroupID { get; set; } |
36 | 36 |
|
37 | 37 |
[Description("ZIndex 값이 높을 수록 앞쪽으로 배치된다.")] |
38 |
public int ZIndex { get; set; } = 0; |
|
38 |
public int ZIndex { get; set; } = 10;
|
|
39 | 39 |
|
40 | 40 |
private SolidColorBrush _TempBorderBrush { get; set; } |
41 | 41 |
private SolidColorBrush _HoverBorderBrush { get; } = new SolidColorBrush(Color.FromRgb(255, 0, 255)); |
내보내기 Unified diff