|
|
|
|
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.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectionHoverFill1 As Color |
C# |
public Color SelectionHoverFill1 { get; set; } |
C++ |
public: property Color SelectionHoverFill1 { |
Property Value
The starting (top) color.
The default value is Color.LightBlue.
Comments
The SelectionHoverFill1 property 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 (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).
The properties SelectionHoverOutlineBorder, SelectionHoverInnerBorder, SelectionHoverFill1 and SelectionHoverFill2 are used to render a flyby highlighting outline.