Intersoft WebDesktop Documentation
BackgroundStripColor2 Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebMenuStyles Class : BackgroundStripColor2 Property


Glossary Item Box

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

In addition to the BackGroundStripColor, you can also customize the BackgroundStripColor2 to achieve the gradient color effect of WebMenu.

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.