Closed zwcloud closed 5 years ago
After implementing DrawingVisual
, we will be able to implement composite controls like ProgressBar
.
UPDATE:
With VisualDrawingContext
, we already have the ability to implement composite controls. DrawingVisual
is left to implement for drawing static vector graphs.
All basic controls restored.
The render-tree based rendering system broke all existing controls; let's bring all of them back.