C1.WPF Namespace > C1HyperPanel Class : MinElementScale Property |
'Declaration
Public Property MinElementScale As Double
'Usage
Dim instance As C1HyperPanel Dim value As Double instance.MinElementScale = value value = instance.MinElementScale
public double MinElementScale {get; set;}
This property is useful when the Distribution property is set to small values, and you want to prevent child elements from becoming too small when they are away from the mouse.
For example, setting this property 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