GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / ShowsBoundingHandle Property
In This Topic
    ShowsBoundingHandle Property
    In This Topic
    Gets or sets whether this object, when selected, displays a bounding selection handle around this shape.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether a bounding handle appears around this shape when selected.")]
    public virtual bool ShowsBoundingHandle {get; set;}

    Property Value

    The default value is true.
    Remarks
    This value is considered by AddSelectionHandles whether or not this shape is Resizable.
    See Also