C1.Silverlight Namespace > C1HyperPanel Class : Distribution Property |
'Declaration
Public Property Distribution As System.Double
'Usage
Dim instance As C1HyperPanel Dim value As System.Double instance.Distribution = value value = instance.Distribution
public System.double Distribution {get; set;}
Small values increase the zoom effect. Elements far from the mouse appear much smaller than elements near the mouse.
Large values decrease the zoom effect. Elements far from the mouse appear only slightly smaller than elements near the mouse.
You can limit the amount by which elements far from the mouse are zoomed out by setting the MinElementScale.For example, setting MinElementScale to 0.5 prevents any child elements from being reduced to less than half their original size.
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