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