コード例 #1
0
 protected override VBox Draw(GraphicsContext context, VBox availableSize)
 {
     return(Visual.Draw(new GraphicsContext(context, GetStyle(context.Style)), availableSize));
 }
コード例 #2
0
 protected override VBox Draw(GraphicsContext context, VBox availableSize)
 {
     return(Visual.Draw(context, availableSize));
 }