Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

SelectionHoverFill1 Property, SftTree Class

Defines the starting color of the vertical gradient fill used for the flyby highlighting outline of a selected item or cell.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public Color SelectionHoverFill1 { get; set; }
Public Property SelectionHoverFill1 As Color

Value

The starting (top) color.

The default value is Color.LightBlue.

Comments

Defines the starting color of the vertical gradient fill used for the flyby highlighting outline of a selected item or cell.

This property applies if selected items or cells use a selection outline (SftTree.SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).

The properties SftTree.SelectionHoverOutlineBorder, SftTree.SelectionHoverInnerBorder, SelectionHoverFill1 and SftTree.SelectionHoverFill2 are used to render a flyby highlighting outline.

See Also SftTree Class | Classes | SftTree/NET 2.0