Class ContainerLayout
The adaptation types of the RadDiagramContainerShape.
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Primitives
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public sealed class ContainerLayout : Enum
Fields
Auto
The container size and position is determined by its children.
Declaration
public const ContainerLayout Auto
Field Value
ContainerLayout
|
Remarks
It is applied only initially, when the container is loaded.
Fixed
The container has its own size and position.
Declaration
public const ContainerLayout Fixed
Field Value
ContainerLayout
|
Remarks
Use this type to preserve the size of the container when saving the diagram.
value__
Declaration
public int value__
Field Value
System.Int32
|