Intersoft ClientUI Documentation
GlowingEffectEnabled Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : GlowingEffectEnabled Property






Gets or sets a value that determines whether glowing effect is enabled.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Visual Effect")>
Public Property GlowingEffectEnabled As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDock
Dim value As Boolean
 
instance.GlowingEffectEnabled = value
 
value = instance.GlowingEffectEnabled
C# 
[CategoryAttribute("Visual Effect")]
public bool GlowingEffectEnabled {get; set;}
Delphi 
public read-write property GlowingEffectEnabled: Boolean; 
JScript 
CategoryAttribute("Visual Effect")
public function get,set GlowingEffectEnabled : boolean
Managed Extensions for C++ 
[CategoryAttribute("Visual Effect")]
public: __property bool get_GlowingEffectEnabled();
public: __property void set_GlowingEffectEnabled( 
   bool value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.