C1.WPF Namespace : C1HyperPanel Class |
'Declaration
<LicenseProviderAttribute()> Public Class C1HyperPanel Inherits System.Windows.Controls.Panel
'Usage
Dim instance As C1HyperPanel
[LicenseProvider()] public class C1HyperPanel : System.Windows.Controls.Panel
[LicenseProvider()] public ref class C1HyperPanel : public System.Windows.Controls.Panel
The C1.Silverlight.C1HyperPanel is similar to a System.Windows.Controls.StackPanel, except is applies a dynamic zoom effect as the user moves the mouse over the panel. Child elements near the mouse appear in their normal size, and elements away from the mouse are scaled down and appear smaller.
Use the C1.Silverlight.C1HyperPanel.Distribution and C1.Silverlight.C1HyperPanel.MinElementScale properties to control the intensity of the zoom effect.
Use the C1.Silverlight.C1HyperPanel.ApplyOpacity property to make elements far from the mouse appear faded.
Use System.Windows.FrameworkElement.VerticalAlignment and System.Windows.FrameworkElement.HorizontalAlignment properties on the child elements to determine how they should be aligned within the C1.Silverlight.C1HyperPanel.
In order to apply the zooming effect efficiently, the C1.Silverlight.C1HyperPanel takes over the System.Windows.UIElement.RenderTransform property of its child elements. If you want to apply your own transforms to the child elements, place them in another panel before adding them to the C1.Silverlight.C1HyperPanel.
Note that some native Silverlight elements (such as the System.Windows.Controls.Button control) do not always auto-size correctly. You should set the width and height of these elements explicitly before adding them to the C1.Silverlight.C1HyperPanel.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Panel
C1.WPF.C1HyperPanel
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