public ScrollBarDecorator(VisualComponent component) : base(component) { }
public BorderDecorator(VisualComponent component) : base(component) { this.color = "#00acec"; }
public ComponentDecorator(VisualComponent component) { this.visualComponent = component; }