Defines the ending 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
public Color SelectionHoverFill2 { get; set; }
Public Property SelectionHoverFill2 As Color
The ending (bottom) color.
The default value is Color.White.
Defines the ending 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, SftTree.SelectionHoverFill1 and SelectionHoverFill2 are used to render a flyby highlighting outline.
See Also SftTree Class | Classes | SftTree/NET 2.0