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


In This Topic
    LargeZoomChangeFactor Property
    In This Topic
    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
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Controls how many times is the large zoom change step of the trackbar bigger than its small scroll change")]
    [System.ComponentModel.DefaultValue(10)]
    public System.uint LargeZoomChangeFactor {get; set;}
    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