Class UniformHorizontalPanel
A layout panel which arranges items uniformly along the horizontal axis.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class UniformHorizontalPanel : UniformPanelBase
Constructors
UniformHorizontalPanel()
Declaration
public UniformHorizontalPanel()
Methods
ArrangeOverride(Size)
Provides the behavior for the "Arrange" pass of Silverlight layout. Classes can override this method to define their own arrange pass behavior.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The final area within the parent that this object should use to arrange itself and its children. |
Returns
System.Windows.Size
The actual size used. |