ContainerLayout
Enum
The adaptation types of the RadDiagramContainerShape.
Definition
Namespace:Telerik.WinControls.UI.Diagrams.Primitives
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public enum ContainerLayout
Fields
The container size and position is determined by its children.
C#
Auto = 1
Remarks:
It is applied only initially, when the container is loaded.
The container has its own size and position.
C#
Fixed = 0
Remarks:
Use this type to preserve the size of the container when saving the diagram.