개정판 fa48eb85
issue #1000 컨트롤 angle 수정/ Textcontrol 텍스트 선택 수정
Change-Id: I56b5c6295adb7409774045545f30f16a920be96c
MarkupToPDF/Controls/Shape/RectangleControl.cs | ||
---|---|---|
262 | 262 |
} |
263 | 263 |
} |
264 | 264 |
|
265 |
public double Angle |
|
265 |
public double CommentAngle
|
|
266 | 266 |
{ |
267 | 267 |
get { return (double)GetValue(AngleProperty); } |
268 | 268 |
set |
269 | 269 |
{ |
270 |
if (this.Angle != value) |
|
270 |
if (this.CommentAngle != value)
|
|
271 | 271 |
{ |
272 | 272 |
SetValue(AngleProperty, value); |
273 | 273 |
} |
... | ... | |
683 | 683 |
Paint = s.PaintState, |
684 | 684 |
StartPoint = s.StartPoint, |
685 | 685 |
EndPoint = s.EndPoint, |
686 |
Angle = s.Angle, |
|
686 |
CommentAngle = s.Angle,
|
|
687 | 687 |
StrokeColor = brush, |
688 | 688 |
DashSize = s.DashSize, |
689 | 689 |
Opacity = s.Opac, |
내보내기 Unified diff