Class
StepProgressBarPanel

A StackPanel variation which adds offsets between RadStepProgressBarItems so that space for ItemSpacing property is ensured. This panel is designed strictly for RadStepProgressBar internal usage.

Definition

Namespace:Telerik.Windows.Controls.StepProgressBar

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class StepProgressBarPanel : StackPanel

Inheritance: objectStepProgressBarPanel

Constructors

StepProgressBarPanel()

Declaration

cs-api-definition
public StepProgressBarPanel()

Methods

ArrangeOverride(Size)

Declaration

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

Parameters

arrangeSize

Size

Returns

Size

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size constraint)

Parameters

constraint

Size

Returns

Size