c# - Xaml controls from png images -
i have 2 choices make ui controls. have images of controls , can build controls using these image resources or can create same , feel in xaml without using images.
which 1 better in terms of performance , why?
hello @trs better if can avoid usage of images because require space , make project heavy.also project performance tremendously affected if image more in number because loading of image take time directly related performance.
Comments
Post a Comment