Enumeration for the different possible policies that
can be assigned to the AdjustContentRectPolicy
property.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum AdjustContentRectPolicy |
| Visual Basic |
|---|
Public Enumeration AdjustContentRectPolicy |
Members
| Member name | Description | ||
|---|---|---|---|
| Never | 0 | The content rect should never be adjusted automatically in response to user input. | |
| Union | 1 | The content rect should be recalculated as the union of the former content rect and the new FitGraphBounds()()()() in response to user input. | |
| Always | 2 | The content rect should be recalculated using the FitGraphBounds()()()() method in response to user input. |