Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Multiple images in one DiagramNode (Read 178 times)
Kuzya
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 48
Joined: Dec 19th, 2011
Multiple images in one DiagramNode
Apr 14th, 2025 at 7:48am
Print Post  
Is it possible to add two images to one node? One image at the bottom right and another at the top right.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3371
Joined: Oct 19th, 2005
Re: Multiple images in one DiagramNode
Reply #1 - Apr 14th, 2025 at 7:56am
Print Post  
If you mean a ShapeNode, you could set its Image and ImageAlign properties to show one image. A second one could be custom-drawn by setting CustomDraw = Additional and handling DrawNode event, or by attaching a smaller locked node to the main one that only shows the image.

Alternatively, you can display multiple images inside TableNode, assigning them to cells' Image property, or CompositeNode that contains multiple ImageComponents.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint