Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Change LinkHead Border color (Read 1862 times)
Bala
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 156
Joined: Apr 21st, 2009
Change LinkHead Border color
Apr 30th, 2009 at 4:34am
Print Post  
Hi,

I have some links in my diagram.I have changed colors of some of the links using Pen property.I have also changed its head color using brush property.

[code]link1.Pen = new Pen (Brushes.Blue,link1.Pen.Thickness);
link1.Brush = Brushes.Blue;[/code]

But [b]Link Head Border Color [/b] is still black.I want to change its head border color too.

Is their any property to do this?

Thanks,
Bala
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Change LinkHead Border color
Reply #1 - Apr 30th, 2009 at 7:54am
Print Post  
Set the HeadPen property.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Bala
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 156
Joined: Apr 21st, 2009
Re: Change LinkHead Border color
Reply #2 - May 5th, 2009 at 7:38am
Print Post  
Thanks stoyan Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint