LayoutPresenter
Class
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)
The size used in arrange.
Returns:Size
The final size.
Returns a child at the specified index.
C#
protected override Visual GetVisualChild(int index)
The child index.
Returns:Visual
The visual at the specified index.
Implements measure logic.
C#
protected override Size MeasureOverride(Size availableSize)
The size used to measure.
Returns:Size
The desired size.