Exemplo n.º 1
0
 public Style(Style style)
 {
     this.id           = style.id;
     this.iconStyle    = style.iconStyle;
     this.labelStyle   = style.labelStyle;
     this.lineStyle    = style.lineStyle;
     this.polyStyle    = style.polyStyle;
     this.balloonStyle = style.balloonStyle;
     this.listStyle    = style.listStyle;
 }
Exemplo n.º 2
0
 public Style(Style style)
 {
     this.id = style.id;
     this.iconStyle = style.iconStyle;
     this.labelStyle = style.labelStyle;
     this.lineStyle = style.lineStyle;
     this.polyStyle = style.polyStyle;
     this.balloonStyle = style.balloonStyle;
     this.listStyle = style.listStyle;
 }
Exemplo n.º 3
0
 public Style(string id, IconStyle iconStyle, LabelStyle labelStyle, LineStyle lineStyle, PolyStyle polyStyle, BalloonStyle balloonStyle, ListStyle listStyle)
 {
     this.id           = id;
     this.iconStyle    = iconStyle;
     this.labelStyle   = labelStyle;
     this.lineStyle    = lineStyle;
     this.polyStyle    = polyStyle;
     this.balloonStyle = balloonStyle;
     this.listStyle    = listStyle;
 }
Exemplo n.º 4
0
 public Style(string id, IconStyle iconStyle, LabelStyle labelStyle, LineStyle lineStyle, PolyStyle polyStyle, BalloonStyle balloonStyle, ListStyle listStyle)
 {
     this.id = id;
     this.iconStyle = iconStyle;
     this.labelStyle = labelStyle;
     this.lineStyle = lineStyle;
     this.polyStyle = polyStyle;
     this.balloonStyle = balloonStyle;
     this.listStyle = listStyle;
 }