BCGControlBar Library for .NET
TriangleStartGradient Property




Specifies start color of gradient for triangle drawn at the middle of "Select All" area.
Syntax
'Declaration
 
Public Property TriangleStartGradient As Color
'Usage
 
Dim instance As SelectAllCellVisualStyle
Dim value As Color
 
instance.TriangleStartGradient = value
 
value = instance.TriangleStartGradient
public Color TriangleStartGradient {get; set;}
public: __property Color get_TriangleStartGradient();
public: __property void set_TriangleStartGradient( 
   Color value
);
public:
property Color TriangleStartGradient {
   Color get();
   void set (    Color value);
}
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

SelectAllCellVisualStyle Class
SelectAllCellVisualStyle Members

Send Feedback