Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic CustomDraw Link (Read 1085 times)
muthuhamid
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 60
Joined: Feb 1st, 2009
CustomDraw Link
Jul 18th, 2010 at 3:24pm
Print Post  
Hi
Am using link with the following properties

oLink.CustomDraw = CustomDraw.Full

and adding custom draw event

AddHandler Me.doc.DrawLink, AddressOf OnDrawLink


in my OnDrawLink Procedure am using

oGraphics.DrawString("Sample", oFont, Brushes.Black, polygon(2))

to have a text on the link.

Here am getting the text cross of the Link which i dont want...instead i want the text to along the side of the link.

Can u help me how to do this?

Thanks and Regards
muthu
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: CustomDraw Link
Reply #1 - Jul 19th, 2010 at 7:36am
Print Post  
Hi,

Should it look like any of the built-in link text styles?

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint