Gets or sets a value indicating whether to hide the selection when the edit component does not have input focus.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool HideSelection { get; set; } |
Visual Basic Copy Code |
---|
Public Property HideSelection As Boolean |
true, to hide selection when the edit component does not have input focus; false, to display the selection using the color specified by the InactiveSelectionColor property. The default is false.