Class
SplitContainerLayoutInfo

Encapsulates the layout information for a layout pass of a RadSplitContainer.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SplitContainerLayoutInfo

Inheritance: objectSplitContainerLayoutInfo

Constructors

SplitContainerLayoutInfo()

Declaration

cs-api-definition
public SplitContainerLayoutInfo()

Properties

AbsoluteSizeLength

Gets or sets the length of all panels which are with Absolute size mode.

Declaration

cs-api-definition
public int AbsoluteSizeLength { get; set; }

Property Value

int

AutoSizeCountFactor

Gets or sets the auto-size factor which depends on the auto-sizable targets per container.

Declaration

cs-api-definition
public float AutoSizeCountFactor { get; set; }

Property Value

float

AutoSizeLength

Gets or sets the length vailable for all panels with AutoSize mode.

Declaration

cs-api-definition
public int AutoSizeLength { get; set; }

Property Value

int

AutoSizeTargets

Gets a list with all the panels that are target of an auto-size logic.

Declaration

cs-api-definition
public List<SplitPanel> AutoSizeTargets { get; }

Property Value

List<SplitPanel>

AvailableLength

Gets or sets the length (width or height, depending on the orientation) that is avilable for layout.

Declaration

cs-api-definition
public int AvailableLength { get; set; }

Property Value

int

ContentRect

Gets or sets the content rectangle that represents the layoutable area of the container.

Declaration

cs-api-definition
public Rectangle ContentRect { get; set; }

Property Value

Rectangle

LayoutTargets

Gets a list with all the panels that are target of a layout operation.

Declaration

cs-api-definition
public List<SplitPanel> LayoutTargets { get; }

Property Value

List<SplitPanel>

Orientation

Gets or sets the orientation of the associated container.

Declaration

cs-api-definition
public Orientation Orientation { get; set; }

Property Value

Orientation

SplitterLength

Gets or sets the total length, reserved for splitters.

Declaration

cs-api-definition
public int SplitterLength { get; set; }

Property Value

int

TotalSplitterLength

Gets or sets the total length, reserved for splitters.

Declaration

cs-api-definition
public int TotalSplitterLength { get; set; }

Property Value

int

Methods

Reset()

Declaration

cs-api-definition
public void Reset()