Class ContainerLayout
The adaptation types of the Rad
Inheritance
System.Object
ContainerLayout
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
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
Remarks
Use this type to preserve the size of the container when saving the diagram.
value__
Declaration
public int value__
Field Value
System.
|