Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic about cursor key (Read 340 times)
Nobu
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 24
Joined: Nov 27th, 2023
about cursor key
Mar 8th, 2024 at 2:46pm
Print Post  
Can I use the cursor keys to move ControlPoints in Link?

Are there any properties, etc.?
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3223
Joined: Oct 19th, 2005
Re: about cursor key
Reply #1 - Mar 8th, 2024 at 4:19pm
Print Post  
There's no built-in support for moving link's control point using keyboard. It should be easy enough to implement by handling a few events. E.g. in LinkClicked call HitTestHandle method to detect the clicked point. Possibly draw indication for selected point from DrawForeground event handler. Offset the point from DiagramView's KeyDown event handler.

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


I Love MindFusion!

Posts: 24
Joined: Nov 27th, 2023
Re: about cursor key
Reply #2 - Mar 8th, 2024 at 4:24pm
Print Post  
Thank you for your response.
I will check it out.

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