'Declaration
Public Property Distribution As Double
'Usage
Dim instance As C1HyperPanel Dim value As Double instance.Distribution = value value = instance.Distribution
public double Distribution {get; set;}
'Declaration
Public Property Distribution As Double
'Usage
Dim instance As C1HyperPanel Dim value As Double instance.Distribution = value value = instance.Distribution
public 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.