EnumContainerLayout
Enum
The adaptation types of the RadDiagramContainerShape.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Primitives
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
cs-api-definition
public enum ContainerLayout
Fields
Auto
The container size and position is determined by its children.
Declaration
cs-api-definition
Auto = 1
Field Value
Remarks
It is applied only initially, when the container is loaded.
Fixed
The container has its own size and position.
Declaration
cs-api-definition
Fixed = 0
Field Value
Remarks
Use this type to preserve the size of the container when saving the diagram.