Search
EditComponent.InactiveSelectionColor Property
See Also
 





Gets or sets the color of the selection when the component does not have input focus.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color InactiveSelectionColor { get; set; }

Visual Basic  Copy Code

Public Property InactiveSelectionColor As Color

 Property Value

A Color instance. The default is 0xE0E0E0.

 Remarks

This property is used only when HideSelection is false.

 See Also