Dear DevEx-team,
currently I use an XtraSplashScreen with ShowMode = Form and a PictureBox on it with its Image property set to a png raster image.
For providing "real" DPI-awareness in our application I want now to use an SVG image instead of the raster image.
Because I couldn't find a property like "SVGImage" for the XtraSplashScreen I think I have to go the way described here
and provide a rendered SVG image on a PictureEdit.
Or is there a simpler way like just assigning an SVG image to the XtraSplashScreen.Image property with ShowMode = Image ?
Best regards
Harald