Using the bATRImage usercontrol

For using the bATRImage you have to register it in your web.config for easy usage. Add the following to your web.config within the pages/controls section:
<pages>
	<controls>
		> any existing entries <
		<add tagPrefix="bATR" namespace="bATR.Controls" assembly="bATR" />
	</controls>
</pages>


Now you are ready to use the bATR:bATRImage user control on your page like this:
<bATR:bATRImage ID="BATRImage1" runat="server" Style="my_style" Text="Hello world" />


Next a list of attributes available:

AttributeDescriptionRequiredValues
ThemeThe theme, in bATRConfig, you want to usenoany theme, default value = default
StyleAny match with the styles you have configured in the bATRConfigyesany style in the theme
StyleOnMouseOverThe style the image should get when you mouseocer itnoany style in the theme
TextThe text you want to be presented on the imageyesAny text
LinkUrlThe url if you want to make a clickable imagenoany url
MaxWidthThe max width for the rendered imagenoany like 100