GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ArrowMoveSmall Property
In This Topic
    ArrowMoveSmall Property
    In This Topic
    Gets or sets the distance a selected object is moved using the arrow keys with the Ctrl key held down.
    Syntax
    [Category("Behavior")]
    [DefaultValue(1)]
    [Description("Controls the distance the arrow keys will move an object with the Ctrl key modifier")]
    public float ArrowMoveSmall {get; set;}

    Property Value

    The default value is 1 document unit.
    See Also