New to Telerik UI for WPFStart a free 30-day trial

Special presenter used to host LayoutControl instance.

Definition

Namespace:Telerik.Windows.Controls.Layouts

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class LayoutPresenter : FrameworkElement

Inheritance: objectLayoutPresenter

Constructors

C#
public LayoutPresenter()

Properties

Gets the Visual children count.

C#
protected override int VisualChildrenCount { get; }

Methods

Implements arrange logic.

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSize

The size used in arrange.

Returns:

Size

The final size.

Returns a child at the specified index.

C#
protected override Visual GetVisualChild(int index)
Parameters:indexint

The child index.

Returns:

Visual

The visual at the specified index.

Implements measure logic.

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSize

The size used to measure.

Returns:

Size

The desired size.