GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHexagon Class / ReshapeBehavior Property
In This Topic
    ReshapeBehavior Property
    In This Topic
    Determines the resize behavior when the user manipulates the resize handles.
    Syntax
    [Category("Behavior")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("What kind of symmetry to maintain when reshaping")]
    public virtual GoHexagonReshapeBehavior ReshapeBehavior {get; set;}

    Property Value

    This defaults to GoHexagonResizeBehavior.FreeForm.
    Remarks
    Note, however, that the actual resize behavior is constrained by the KeepsLengthwiseSymmetry and KeepsCrosswiseSymmetry properties.
    See Also