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

    Property Value

    The default value is 10 document units.
    See Also