Gets or sets the color of the selection when the component does not have input focus.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Color InactiveSelectionColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property InactiveSelectionColor As Color |
A Color instance. The default is 0xE0E0E0.
This property is used only when HideSelection is false.