BCGControlBar Library for .NET
UseGradient Property




Returns a value if the tab item should be filled by gradient color.
Syntax
'Declaration
 
Public ReadOnly Property UseGradient As Boolean
'Usage
 
Dim instance As TabBackColorDef
Dim value As Boolean
 
value = instance.UseGradient
public bool UseGradient {get;}
public: __property bool get_UseGradient();
public:
property bool UseGradient {
   bool get();
}

Property Value

If the color structure BackColorStart is equal to the color structure BackColorFinish or one of the gradient colors is an empty color, returns false, otherwise, true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TabBackColorDef Class
TabBackColorDef Members

Send Feedback