개정판 4913851c
issue #923: change control's color when mouse is over1
Change-Id: Id6c30459bd314a0d7d87d9c3ba037aef0db53338
MarkupToPDF/Controls/Line/ArrowArcControl.cs | ||
---|---|---|
240 | 240 |
get { return (double)GetValue(CenterYProperty); } |
241 | 241 |
set { SetValue(CenterYProperty, value); } |
242 | 242 |
} |
243 |
public SolidColorBrush StrokeColor |
|
243 |
public override SolidColorBrush StrokeColor
|
|
244 | 244 |
{ |
245 | 245 |
get { return (SolidColorBrush)GetValue(StrokeColorProperty); } |
246 | 246 |
set |
내보내기 Unified diff