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

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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 WPF tutorials for step by step introductions.

See Also