protected override VBox Draw(GraphicsContext context, VBox availableSize) { return(Visual.Draw(new GraphicsContext(context, GetStyle(context.Style)), availableSize)); }
protected override VBox Draw(GraphicsContext context, VBox availableSize) { return(Visual.Draw(context, availableSize)); }