IReshapeHandler implementation that constrains node resizes so that minimum size constraints of an associated ITable are satisfied and which resizes the outer IStripes of such a table when the node is resized.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class TableReshapeHandler : IReshapeHandler
Visual Basic
Public Class TableReshapeHandler _
	Implements IReshapeHandler

Remarks

The constraints are applied in addition to any constraints imposed by the IReshapeHandler which is wrapped by this implementation.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..TableReshapeHandler

See Also