개정판 4913851c
issue #923: change control's color when mouse is over1
Change-Id: Id6c30459bd314a0d7d87d9c3ba037aef0db53338
MarkupToPDF/Controls/Line/ArrowControl_Multi.cs | ||
---|---|---|
190 | 190 |
get { return (List<Point>)GetValue(PointSetProperty); } |
191 | 191 |
set { SetValue(PointSetProperty, value); } |
192 | 192 |
} |
193 |
public SolidColorBrush StrokeColor |
|
193 |
public override SolidColorBrush StrokeColor
|
|
194 | 194 |
{ |
195 | 195 |
get { return (SolidColorBrush)GetValue(StrokeColorProperty); } |
196 | 196 |
set |
내보내기 Unified diff