GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SelectInRectangleStyle Property
In This Topic
    SelectInRectangleStyle Property
    In This Topic
    Gets or sets the GoPickInRectangleStyle used by SelectInRectangle to determine whether an object is within a rectangle.
    Syntax
    [Category("Selection")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Controls how SelectInRectangle decides an object is in a rectangle")]
    public virtual GoPickInRectangleStyle SelectInRectangleStyle {get; set;}

    Property Value

    This value defaults to GoPickInRectangleStyle.SelectableOnlyContained. The value must be either GoPickInRectangleStyle.SelectableOnlyContained or GoPickInRectangleStyle.SelectableOnlyIntersectsBounds.
    See Also