Enumeration for the different possible policies that
can be assigned to the AdjustContentRectPolicy
property.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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. |