Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic thick handle for the node (Read 1034 times)
tmtton
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 39
Joined: May 9th, 2008
thick handle for the node
Dec 10th, 2008 at 3:07am
Print Post  
This gives me a blue border around the node. How can I increase the handle thickness?

pattern = new AnchorPattern(new AnchorPoint[] {
new AnchorPoint(100, 50, false, true, MarkStyle.None),
new AnchorPoint(0, 0, true, false, MarkStyle.None)
});

node.Pen = new Pen(Color.Blue, 0);
node.HandlesStyle = HandlesStyle.Custom;
node.AnchorPattern = pattern;
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: thick handle for the node
Reply #1 - Dec 10th, 2008 at 5:48am
Print Post  
What you see if you set node.HandlesStyle = HandlesStyle.Custom and do not handle the DrawAdjustmentHandles event is not the selection frame, but the table border line. Open the help topic linked above to see some sample code showing how to draw custom selection frame or handles.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint