code:<Control xsi:type="ButtonControl" Id="btnYourButtonId"> <Position Left="123" Top="123" Width="123" Height="123" /> <Caption>Alternative Caption here</Caption> <CustomLook> <Normal> <Element xsi:type="ImageElement" Id="btnYourButtonIdNormal"> <Position Top="0" Left="0" /> <Image> <Name>without-dot-png-your-image-file-normal</Name> </Image> </Element> </Normal> <Hot> <Element xsi:type="ImageElement" Id="btnYourButtonIdHot"> <Position Top="0" Left="0" /> <Image> <Name>without-dot-png-your-image-file-hot</Name> </Image> </Element> </Hot> <Pushed> <Element xsi:type="ImageElement" Id="btnYourButtonIdPushed"> <Position Top="0" Left="0" /> <Image> <Name>without-dot-png-your-image-file-pushed</Name> </Image> </Element> </Pushed> </CustomLook> </Control>