예제 #1
0
 public Background()
 {
     color=	new Color(255, 255, 255);
     image=	null;
     position=	new FlexiblePoint(0f, 0f);
     repeat=	BackgroundRepeat.repeat;
 }
예제 #2
0
 public ListStyle()
 {
     image=	null;
     position=	new FlexiblePoint(0f, 0f);
     type=	ListStyleType.none;
 }