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

    Property Value

    This defaults to true.
    See Also