|
|
|
|
SelectionFill2 Property, SftTree Class |
Defines the ending color of the vertical gradient fill used for the selection outline.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectionFill2 As Color |
C# |
public Color SelectionFill2 { get; set; } |
C++ |
public: property Color SelectionFill2 { |
Property Value
The ending (bottom) color.
The default value is Color.White.
Comments
The SelectionFill2 property defines the ending color of the vertical gradient fill used for the selection outline.
This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).
The properties SelectionOutlineBorder, SelectionInnerBorder, SelectionFill1 and SelectionFill2 are used to render a selection outline.