GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / PickableBackground Property
In This Topic
    PickableBackground Property
    In This Topic
    Gets or sets whether Pick returns this node when the tested point is in the background of this group, not on any of its child objects.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether picking in the background of this node selects the node.")]
    public virtual bool PickableBackground {get; set;}

    Property Value

    This defaults to false.
    See Also