GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHexagon Class / ReshapableCorner Property
In This Topic
    ReshapableCorner Property (GoHexagon)
    In This Topic
    Gets or sets whether to add the corner reshaping handles.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether users can reshape the corner of this resizable object.")]
    public virtual bool ReshapableCorner {get; set;}

    Property Value

    This defaults to true.
    See Also