Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NDrawingSettings Class / LargeNudgeStep Property


In This Topic
    LargeNudgeStep Property
    In This Topic
    Gets/Sets the large nudge step in DIPs. It is used when moving shapes with the arrow keys. By default set to 10 DIPs.
    Syntax
    'Declaration
     
    
    Public Property LargeNudgeStep As System.Double
    'Usage
     
    
    Dim instance As NDrawingSettings
    Dim value As System.Double
     
    instance.LargeNudgeStep = value
     
    value = instance.LargeNudgeStep
    public System.double LargeNudgeStep {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also