public bool EvalForeground() { Layer layer = new Layer(ForegroundSource, "foreground"); foreground.Children.Clear(); foreground.Children.Add(layer); return true; }
public bool EvalBackground() { Layer layer = new Layer(BackgroundSource, "background"); background.Children.Clear(); background.Children.Add(layer); return true; }