Having trouble getting help?
Contact Support
Contact Support
Hide Handles Completely From the Nodes Diagram
29 Nov 20241 minute to read
This page explains about How To Hide Handles Completely From the Nodes and more details.
How To Hide Handles Completely From the Nodes
We can hide the handles completely by setting the HandleColor and HandleOutlineColor properties to ‘Transparent’ as follows.
this.diagram1.View.HandleColor = Color.Transparent;
this.diagram1.View.HandleOutlineColor = Color.Transparent;
Me.diagram1.View.HandleColor = Color.Transparent
Me.diagram1.View.HandleOutlineColor = Color.Transparent
Illustrates Hiding Handles