Class SplitContainerLayoutInfo
Encapsulates the layout information for a layout pass of a RadSplitContainer.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplitContainerLayoutInfo
Constructors
SplitContainerLayoutInfo()
Declaration
public SplitContainerLayoutInfo()
Properties
AbsoluteSizeLength
Gets or sets the length of all panels which are with Absolute size mode.
Declaration
public int AbsoluteSizeLength { get; set; }
Property Value
System.Int32
|
AutoSizeCountFactor
Gets or sets the auto-size factor which depends on the auto-sizable targets per container.
Declaration
public float AutoSizeCountFactor { get; set; }
Property Value
System.Single
|
AutoSizeLength
Gets or sets the length vailable for all panels with AutoSize mode.
Declaration
public int AutoSizeLength { get; set; }
Property Value
System.Int32
|
AutoSizeTargets
Gets a list with all the panels that are target of an auto-size logic.
Declaration
public List<SplitPanel> AutoSizeTargets { get; }
Property Value
System.Collections.Generic.List<SplitPanel>
|
AvailableLength
Gets or sets the length (width or height, depending on the orientation) that is avilable for layout.
Declaration
public int AvailableLength { get; set; }
Property Value
System.Int32
|
ContentRect
Gets or sets the content rectangle that represents the layoutable area of the container.
Declaration
public Rectangle ContentRect { get; set; }
Property Value
System.Drawing.Rectangle
|
LayoutTargets
Gets a list with all the panels that are target of a layout operation.
Declaration
public List<SplitPanel> LayoutTargets { get; }
Property Value
System.Collections.Generic.List<SplitPanel>
|
Orientation
Gets or sets the orientation of the associated container.
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
SplitterLength
Gets or sets the total length, reserved for splitters.
Declaration
public int SplitterLength { get; set; }
Property Value
System.Int32
|
TotalSplitterLength
Gets or sets the total length, reserved for splitters.
Declaration
public int TotalSplitterLength { get; set; }
Property Value
System.Int32
|
Methods
Reset()
Declaration
public void Reset()