An interface used by implementations that provide various size constraints
for items of a specific type.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.