0

I have two choices to make my ui controls. I have images of all controls and I can build controls using these image resources or I can create the same look and feel in Xaml without using images.

Which one is better in terms of performance and why?

4

1 回答 1

0

您好@TRS,如果您可以避免使用图像总是更好,因为您将需要额外的空间来存放这些图像,并且最终会使您的项目变得沉重。此外,如果图像数量更多,您的项目性能将受到极大影响,因为加载图像需要时间这与性能直接相关。

于 2013-07-24T05:33:19.967 回答