| 
 | 
 | 
 | 
| 
        | SelectionOutlineStyleEnum Enumeration | 
Defines the appearance of the selection highlight.
Syntax SelectionOutlineStyleEnum Enumeration (Softelvdm.SftTreeNET)
| VB | Public Enum SelectionOutlineStyleEnum | 
| C# | public enum SelectionOutlineStyleEnum | 
| C++ | public enum class SelectionOutlineStyleEnum | 
| Member | Value | Description | 
| UsingColors | 0 | The selection highlight uses the defined colors (usually BackColorSelected and ForeColorSelected). | 
| UsingOutline | 1 | The selection highlight uses an outline with rounded corners, border and gradient fill defined using the
            color properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2.
             | 
Comments
The SelectionOutlineStyleEnum enumeration defines the appearance of the selection highlight.