src/FingersDance.ViewModel/AnnotationViewModel.cs
changeset 160 e940ca798fe3
parent 150 569925b65604
child 167 206f07a8d887
--- a/src/FingersDance.ViewModel/AnnotationViewModel.cs	Fri Oct 16 09:02:04 2009 +0200
+++ b/src/FingersDance.ViewModel/AnnotationViewModel.cs	Fri Oct 16 15:56:09 2009 +0200
@@ -2,6 +2,7 @@
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
+using System.Windows.Media;
 
 using FingersDance.Data;
 
@@ -12,7 +13,7 @@
         private float _tcBegin;
         private float _dur;
         private String _gestureType;
-        private UInt32 _color;
+        private Color _color;
 
         private float _marginLeft;
 
@@ -58,7 +59,7 @@
                 base.OnPropertyChanged("GestureType");
             }
         }
-        public UInt32 Color
+        public Color Color
         {
             get { return _color; }
             set