|
|
|
|
HoverFill1 Property, SftTree Class |
Defines the starting color of the vertical gradient fill used for the flyby highlighting outline of an item that is not selected.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property HoverFill1 As Color |
C# |
public Color HoverFill1 { get; set; } |
C++ |
public: property Color HoverFill1 { |
Property Value
The starting (top) color.
The default value is Color.LightBlue.
Comments
The HoverFill1 property defines the starting color of the vertical gradient fill used for the flyby highlighting outline of an item that is not selected.
This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).
The properties HoverOutlineBorder, HoverInnerBorder, HoverFill1 and HoverFill2 are used to render a flyby highlighting outline.