Intersoft ClientUI Documentation
LightBackground Property (UXRibbonApplicationBackstageMenuItem)



Gets or sets the brush that represents the light accent color for the selected backstage menu background.
Syntax
<CategoryAttribute("Brushes")>
Public Property LightBackground As Brush
Dim instance As UXRibbonApplicationBackstageMenuItem
Dim value As Brush
 
instance.LightBackground = value
 
value = instance.LightBackground
[CategoryAttribute("Brushes")]
public Brush LightBackground {get; set;}
[CategoryAttribute("Brushes")]
public:
property Brush^ LightBackground {
   Brush^ get();
   void set (    Brush^ 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

UXRibbonApplicationBackstageMenuItem Class
UXRibbonApplicationBackstageMenuItem Members

Send Feedback