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.
Inheritance
System.Object
StepProgressBarPanel
Namespace: Telerik.Windows.Controls.StepProgressBar
Assembly: Telerik.Windows.Controls.dll
Syntax
public class StepProgressBarPanel : StackPanel
Constructors
StepProgressBarPanel()
Declaration
public StepProgressBarPanel()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeSize)
Parameters
System.Windows.Size
arrangeSize
|
Returns
System.Windows.Size
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.Windows.Size
constraint
|
Returns
System.Windows.Size
|