Class RetainSizeMode
Determines whether the size of all panes should be retained when docking/floating them.
Inheritance
System.Object
RetainSizeMode
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class RetainSizeMode : Enum
Fields
DockingAndFloating
Current size of the panes is always retained.
Declaration
public const RetainSizeMode DockingAndFloating
Field Value
Floating
Only the last floating size of the panes is retained.
Declaration
public const RetainSizeMode Floating
Field Value
None
The size of the panes is never retained. This is the default value.
Declaration
public const RetainSizeMode None
Field Value
value__
Declaration
public int value__
Field Value
System.
|