New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
ImageAndTextTile Object
This article explains the client-side properties and methods RadImageAndTextTile exposes.
RadImageAndTextTile inherits the RadBaseTile type and has the API it provides in addition to the ImageAndTextTile specific methods.
RadImageAndTextTile Client-Side Methods
Name | Parameters | Return Type | Description |
---|---|---|---|
get_imageUrl() | String | Returns the URL of the image displayed in the upper content container. | |
get_text() | String | Returns the text displayed in the lower content container. | |
set_imageUrl(value) | String | Sets the URL of the image displayed in the upper content container. | |
set_text(value) | String | Sets the text displayed in the lower content container. |