An interface used by implementations that provide various size constraints for items of a specific type.

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

Syntax

C#
public interface ISizeConstraintProvider<T>
Visual Basic
Public Interface ISizeConstraintProvider(Of T)

Type Parameters

T
The type this instance can provide constraints for.

Related Demo Applications

The following programming samples are available: Also see the yFiles.NET tutorials for step by step introductions.

See Also