The second background color of the strip. When filled, gradient will be applied from background color 1 to background color 2.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property BackgroundStripColor2 As System.Drawing.Color |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebMenuStyles
Dim value As System.Drawing.Color
instance.BackgroundStripColor2 = value
value = instance.BackgroundStripColor2 |
| C# | |
|---|
public System.Drawing.Color BackgroundStripColor2 {get; set;} |
Remarks
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