Class
ColumnsPanel

Panel used for column positioning. Sizes and positions columns evenly.

Definition

Namespace:Telerik.Windows.Controls.Sparklines

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class ColumnsPanel : Panel

Inheritance: objectColumnsPanel

Constructors

ColumnsPanel()

Declaration

cs-api-definition
public ColumnsPanel()

Fields

ColumnLayoutModeProperty

Identifies the ColumnLayoutMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColumnLayoutModeProperty

Field Value

DependencyProperty

Properties

ColumnLayoutMode

Gets or sets the ColumnLayoutMode.

Declaration

cs-api-definition
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

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

The final area within the parent that this object should use to arrange itself and its children.

Returns

Size

The actual size that is used after the element is arranged in layout.