Class LayoutPresenter
Special presenter used to host LayoutControl instance.
Inheritance
Namespace: Telerik.Windows.Controls.Layouts
Assembly: Telerik.Windows.Controls.dll
Syntax
public class LayoutPresenter : FrameworkElement
Constructors
LayoutPresenter()
Declaration
public LayoutPresenter()
Properties
VisualChildrenCount
Gets the Visual children count.
Declaration
protected override int VisualChildrenCount { get; }
Property Value
System.
|
Methods
ArrangeOverride(Size)
Implements arrange logic.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The size used in arrange. |
Returns
System. The final size. |
GetVisualChild(Int32)
Returns a child at the specified index.
Declaration
protected override Visual GetVisualChild(int index)
Parameters
System. The child index. |
Returns
System. The visual at the specified index. |
MeasureOverride(Size)
Implements measure logic.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System. The size used to measure. |
Returns
System. The desired size. |