I'm trying to load an SVG (vertor graphics) image into an XLabs image button. The only method/property that seems to be available for loading button images is the "Source" property which requires giving the location of the image -- which defaults to only being able to use the built-in image types like jpeg, png etc. I can get my SVG image (located in resource bundle) into an "Image" object, but, how do I setup the ImageButton to accept the SVG "Image" that is loaded into the Image class.
↧