예제 #1
0
파일: Stroke.cs 프로젝트: netgrim/MapKit
		public Stroke()
		{
            _style = new LineStyle();
            _style.PropertyChanged += new PropertyChangedEventHandler(style_PropertyChanged);
            SuperColor = new InheritableColor();
		}
예제 #2
0
파일: LineStyle.cs 프로젝트: netgrim/MapKit
		public LineStyle()
		{
            SuperColor = new InheritableColor();
		}