GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / PickMargin Property
In This Topic
    PickMargin Property (GoDrawing)
    In This Topic
    Gets or sets the approximate width of the region on either side of an open shape's line that is still considered "inside" the shape when picking.
    Syntax
    [Category("Behavior")]
    [DefaultValue(3)]
    [Description("About how close users need to be to the stroke to pick it")]
    public virtual float PickMargin {get; set;}

    Property Value

    The default value is 3.
    See Also