Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2322 → Rev 2323

/MKLiveView/v1.0/Source/GMap.NET.WindowsPresentation/GMap.NET.WindowsPresentation/GMapControl.cs
1039,7 → 1039,7
myPath.Effect = ef;
}
 
myPath.Stroke = Brushes.Navy;
myPath.Stroke = Brushes.Magenta;
myPath.StrokeThickness = 5;
myPath.StrokeLineJoin = PenLineJoin.Round;
myPath.StrokeStartLineCap = PenLineCap.Triangle;