Intersoft ClientUI Documentation
GlowingEffectEnabled Property (UXDock)



Gets or sets a value that determines whether glowing effect is enabled.
Syntax
<CategoryAttribute("Visual Effect")>
Public Property GlowingEffectEnabled As Boolean
Dim instance As UXDock
Dim value As Boolean
 
instance.GlowingEffectEnabled = value
 
value = instance.GlowingEffectEnabled
[CategoryAttribute("Visual Effect")]
public bool GlowingEffectEnabled {get; set;}
[CategoryAttribute("Visual Effect")]
public:
property bool GlowingEffectEnabled {
   bool get();
   void set (    bool value);
}
Remarks

To enable glowing effect on your UXDockButton, set the GlowingEffectEnabled property at UXDock level or UXDockButton level. Note that assigning properties at UXDock level will apply to all buttons.

XAML
Copy Code
<Intersoft:UXDock DockPosition="Bottom" GlowingEffectEnabled="True">
    <Intersoft:UXDockButton Text="Home" Icon="Home.png" JumpingEffectEnabled="False"/>
    <Intersoft:UXDockButton Text="Clock" Icon="Clock.png"/>
    <Intersoft:UXDockButton Text="Picture" Icon="Picture.png"/>
    <Intersoft:UXDockButton Text="Mail" Icon="Mail.png"/>
</Intersoft:UXDock>
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

UXDock Class
UXDock Members

Concepts

UXDock

Send Feedback