Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Border in Diagram (Read 1712 times)
Sivaraj p
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 21
Joined: Mar 14th, 2013
Border in Diagram
Aug 26th, 2013 at 12:20pm
Print Post  
Hi stoyen,

i am getting one border some time in Mind fusion diagram
please help me to remove this border
refer the attachment

  

mindfusion.png ( 64 KB | 123 Downloads )
mindfusion.png
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Border in Diagram
Reply #1 - Aug 26th, 2013 at 12:46pm
Print Post  
Hi,

That looks like the keyboard focus indicator. If you don't need keyboard input, you could set Focusable = false for the diagram. To allow focus without showing that border, modify Diagram.FocusVisualStyle:

Code
Select All
<diag:Diagram.FocusVisualStyle>
	<Style x:Key="{x:Static SystemParameters.FocusVisualStyleKey}">
		<Setter Property="Control.Template">
			<Setter.Value>
					<ControlTemplate />
			</Setter.Value>
		</Setter>
	</Style>
</diag:Diagram.FocusVisualStyle> 



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