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