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.Int32
|
Methods
ArrangeOverride(Size)
Implements arrange logic.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The size used in arrange. |
Returns
System.Windows.Size
The final size. |
GetVisualChild(Int32)
Returns a child at the specified index.
Declaration
protected override Visual GetVisualChild(int index)
Parameters
System.Int32
index
The child index. |
Returns
System.Windows.Media.Visual
The visual at the specified index. |
MeasureOverride(Size)
Implements measure logic.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
The size used to measure. |
Returns
System.Windows.Size
The desired size. |