개정판 554aae3b
issue #923: apply page rotation when drag controls
Change-Id: Ie927540d6831573609976d0e77cd767663c4bf4a
MarkupToPDF/Controls/Etc/SymControl.cs | ||
---|---|---|
184 | 184 |
get { return (List<Point>)GetValue(PointSetProperty); } |
185 | 185 |
set { SetValue(PointSetProperty, value); } |
186 | 186 |
} |
187 |
public double Angle |
|
187 |
|
|
188 |
public override double Angle |
|
188 | 189 |
{ |
189 | 190 |
get { return (double)GetValue(AngleProperty); } |
190 | 191 |
set |
내보내기 Unified diff