GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / PickMargin Property
In This Topic
    PickMargin Property (GoStroke)
    In This Topic
    Gets the approximate width of the region across the stroke, in addition to the pen width, that is still considered "inside" the stroke when picking.
    Syntax
    [Category("Behavior")]
    [Description("About how close users need to be to the stroke to pick it")]
    public virtual float PickMargin {get;}

    Property Value

    This value defaults to 3, and should be non-negative.
    Remarks
    This allows users to pick thin links more easily. You can override this property in order to have it return a different value.
    See Also