Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Is it possible to remove the horizontal line under the caption of ContainerNode? (Read 177 times)
koichi_satoh
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 25
Joined: Nov 30th, 2023
Is it possible to remove the horizontal line under the caption of ContainerNode?
Jul 10th, 2024 at 8:26am
Print Post  
Is it possible to remove the horizontal line under the caption of ContainerNode?

Is there a way to remove the red frame in the attached image?
  

sample.png ( 3 KB | 22 Downloads )
sample.png
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3223
Joined: Oct 19th, 2005
Re: Is it possible to remove the horizontal line under the caption of ContainerNode?
Reply #1 - Jul 11th, 2024 at 8:31am
Print Post  
This version adds DividerPen property -
https://mindfusion.eu/_beta/fcnet703.zip

Code
Select All
container.DividerPen = new Pen(Color.Transparent, 0); 



Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
koichi_satoh
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 25
Joined: Nov 30th, 2023
Re: Is it possible to remove the horizontal line under the caption of ContainerNode?
Reply #2 - Jul 16th, 2024 at 12:35am
Print Post  
So this can't be achieved with the current properties alone.
Understood.
Thank you for your reply.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint