Exemple #1
0
 internal override ICanvasBrush RealizeCanvasBrush()
 {
     return(new CanvasSolidColorBrush(CanvasDevice.GetSharedDevice(), _color.ToUwpColor()));
 }