Gets the final color of the hierarchy background. The final color is a result of blending of the BackColor and the selection color.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Color FinalHierarchyBackgroundColor { get; }
Visual Basic
Public ReadOnly Property FinalHierarchyBackgroundColor As Color
	Get
Visual C++
public:
property Color FinalHierarchyBackgroundColor {
	Color get ();
}
F#
member FinalHierarchyBackgroundColor : Color with get

Property Value

Type: Color
The final color of the background.

See Also