Exemplo n.º 1
0
 protected Legend(Legend model)
 {
     Canvas = model.Canvas;
     IsLegend = model.IsLegend;
     IsBorder = model.IsBorder;
 }
Exemplo n.º 2
0
 public WestLegend(Legend model)
     : base(model)
 {
 }
Exemplo n.º 3
0
 public NorthWestLegend(Legend model)
     : base(model)
 {
 }
Exemplo n.º 4
0
 public SouthWestLegend(Legend model)
     : base(model)
 {
 }
Exemplo n.º 5
0
 public EastLegend(Legend model)
     : base(model)
 {
 }