|
|
|
|
ClientAreaEndColor Property, TabClass Class |
Defines the ending color of the client area associated with the tab when using a gradient fill (along with ClientAreaStartColor).
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ClientAreaEndColor As Color |
C# |
public Color ClientAreaEndColor { get; set; } |
C++ |
public: property Color ClientAreaEndColor { |
Property Value
The ending color of the client area associated with the tab.
The default value is Color.Empty.
Comments
The ClientAreaEndColor property defines the ending color of the client area associated with the tab when using a gradient fill (along with ClientAreaStartColor).
If both ClientAreaStartColor and ClientAreaEndColor are defined, the tab's client area is rendered using a gradient fill. On display devices that do not support gradient fills or if fewer than 65K colors are available, the ClientAreaColor property is used instead.
If the tab control uses Windows themes, the ClientAreaStartColor property has no effect.