|
|
|
|
HoverOutlineBorder Property, SftTree Class |
Defines the outer border of the flyby highlighting outline of an item that is not selected.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property HoverOutlineBorder As Color |
C# |
public Color HoverOutlineBorder { get; set; } |
C++ |
public: property Color HoverOutlineBorder { |
Property Value
The border color.
The default value is Color.LightBlue.
Comments
The HoverOutlineBorder property defines the outer border of 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.