Class ColumnsPanel
Panel used for column positioning. Sizes and positions columns evenly.
Inheritance
Namespace: Telerik.Windows.Controls.Sparklines
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ColumnsPanel : Panel
Constructors
ColumnsPanel()
Declaration
public ColumnsPanel()
Fields
ColumnLayoutModeProperty
Identifies the ColumnLayoutMode dependency property.
Declaration
public static readonly DependencyProperty ColumnLayoutModeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ColumnLayoutMode
Gets or sets the ColumnLayoutMode.
Declaration
public ColumnLayoutMode ColumnLayoutMode { get; set; }
Property Value
ColumnLayoutMode
|
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 that is used after the element is arranged in layout. |