An interface used by implementations that provide various size constraints
for items of a specific type.
Namespace: yWorks.Canvas.InputAssembly: 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.