Intersoft ClientUI Documentation
JumpingEffectEnabled Property (UXDock)



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

To enable jumping effect on your UXDockButton, set the JumpingEffectEnabled 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" JumpingEffectEnabled="True" JumpingEffectHeight="120">
    <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