Intersoft ClientUI Documentation
AnimationBackground Property



Gets or sets a value that specifies the animation background.
Syntax
<CategoryAttribute("Brushes")>
Public Property AnimationBackground As Brush
Dim instance As UXRibbonTab
Dim value As Brush
 
instance.AnimationBackground = value
 
value = instance.AnimationBackground
[CategoryAttribute("Brushes")]
public Brush AnimationBackground {get; set;}
[CategoryAttribute("Brushes")]
public:
property Brush^ AnimationBackground {
   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

UXRibbonTab Class
UXRibbonTab Members

Send Feedback