|
|
|
|
ClientAreaStartColor Property, TabClass Class |
Defines the starting color of the client area associated with the tab when using a gradient fill (along with ClientAreaEndColor).
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ClientAreaStartColor As Color |
C# |
public Color ClientAreaStartColor { get; set; } |
C++ |
public: property Color ClientAreaStartColor { |
Property Value
The starting color of the client area associated with the tab.
The default value is Color.Empty.
Comments
The ClientAreaStartColor property defines the starting color of the client area associated with the tab when using a gradient fill (along with ClientAreaEndColor).
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.