I have the text aligned to Top Left and the image aligned to the Bottom Right. However, the icon always seems to appear above the text and centered.Is this a bug or something I am doing incorrectly?
I found a workaround for this, by making a transparent background image that positions the image in the correct place, but I'd still like to understand.
Thanks
0
Accepted
Stefan
Telerik team
answered on 07 Nov 2012, 11:30 AM
Hi Brad,
Thank you for writing.
To achieve the desired look you have to set the following properties:
ImageLayout - None (so you can use the alignment properties)
TextImageRelation - TextBeforeImage (show the text before the image)
TextAlignment - TopLeft
ImageAlignment - BottomRight