Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic link.HeadShape bug. (Read 2216 times)
maor
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 79
Joined: Mar 24th, 2009
link.HeadShape bug.
Apr 21st, 2009 at 7:40am
Print Post  
Hi,

the default color of the link's arrow is Aqua and its can be change.

link.HeadShape = DefaultArrowHeadStyle;
link.Background = new SolidColorBrush(Colors.Black);
link.Foreground = new SolidColorBrush(Colors.Black);

i'm also try
Diagram.LinkHeadShape = DefaultArrowHeadStyle;
Diagram.LinkBrush = new SolidColorBrush(Colors.Black);

but its not work good(always there is one LinkArrow thats dont got the properties)

Thanks
« Last Edit: Apr 21st, 2009 at 8:50am by maor »  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: link.HeadShape bug.
Reply #1 - Apr 21st, 2009 at 9:48am
Print Post  
What if you set the link.Brush property?
  
Back to top
 
IP Logged
 
maor
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 79
Joined: Mar 24th, 2009
Re: link.HeadShape bug.
Reply #2 - Apr 21st, 2009 at 9:49am
Print Post  
Hi,

I think its works..

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