Nevron.Diagram.WinForm Namespace / NPanAndZoomControl Class / LargeZoomChangeFactor Property


LargeZoomChangeFactor Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Controls how many times is the large zoom change step of the trackbar bigger than its small scroll change")>
<System.ComponentModel.DefaultValueAttribute(10)>
Public Property LargeZoomChangeFactor As System.UInteger
 
'Usage
 
Dim instance As NPanAndZoomControl
Dim value As System.UInteger
 
instance.LargeZoomChangeFactor = value
 
value = instance.LargeZoomChangeFactor
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