Class RadStepProgressBarItem
Represents the step container for an item in the Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[TelerikToolboxCategory("Data")]
public class RadStepProgressBarItem : ContentControl
Constructors
RadStepProgressBarItem()
Initializes a new instance of the Rad
Declaration
public RadStepProgressBarItem()
Fields
AdditionalContentProperty
Identifies the Additional
Declaration
public static readonly DependencyProperty AdditionalContentProperty
Field Value
System.
|
AdditionalContentStringFormatProperty
Identifies the Additional
Declaration
public static readonly DependencyProperty AdditionalContentStringFormatProperty
Field Value
System.
|
AdditionalContentTemplateProperty
Identifies the Additional
Declaration
public static readonly DependencyProperty AdditionalContentTemplateProperty
Field Value
System.
|
AdditionalContentTemplateSelectorProperty
Identifies the Additional
Declaration
public static readonly DependencyProperty AdditionalContentTemplateSelectorProperty
Field Value
System.
|
CompletedIndicatorContentProperty
Identifies the Completed
Declaration
public static readonly DependencyProperty CompletedIndicatorContentProperty
Field Value
System.
|
CompletedIndicatorContentTemplateProperty
Identifies the Completed
Declaration
public static readonly DependencyProperty CompletedIndicatorContentTemplateProperty
Field Value
System.
|
IndeterminateIndicatorContentProperty
Identifies the Indeterminate
Declaration
public static readonly DependencyProperty IndeterminateIndicatorContentProperty
Field Value
System.
|
IndeterminateIndicatorContentTemplateProperty
Identifies the Indeterminate
Declaration
public static readonly DependencyProperty IndeterminateIndicatorContentTemplateProperty
Field Value
System.
|
IndexProperty
Identifies the Index property.
Declaration
public static readonly DependencyProperty IndexProperty
Field Value
System.
|
IsSelectedProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.
|
NotStartedIndicatorContentProperty
Identifies the Not
Declaration
public static readonly DependencyProperty NotStartedIndicatorContentProperty
Field Value
System.
|
NotStartedIndicatorContentTemplateProperty
Identifies the Not
Declaration
public static readonly DependencyProperty NotStartedIndicatorContentTemplateProperty
Field Value
System.
|
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.
|
ShapeGeometryProperty
Identifies the Shape
Declaration
public static readonly DependencyProperty ShapeGeometryProperty
Field Value
System.
|
ShapeHeightProperty
Identifies the Shape
Declaration
public static readonly DependencyProperty ShapeHeightProperty
Field Value
System.
|
ShapeStrokeProperty
Identifies the Shape
Declaration
public static readonly DependencyProperty ShapeStrokeProperty
Field Value
System.
|
ShapeStrokeThicknessProperty
Identifies the Shape
Declaration
public static readonly DependencyProperty ShapeStrokeThicknessProperty
Field Value
System.
|
ShapeWidthProperty
Identifies the Shape
Declaration
public static readonly DependencyProperty ShapeWidthProperty
Field Value
System.
|
StatusProperty
Identifies the Status property.
Declaration
public static readonly DependencyProperty StatusProperty
Field Value
System.
|
Properties
AdditionalContent
Gets or sets the step's additional content.
Declaration
public object AdditionalContent { get; set; }
Property Value
System.
|
AdditionalContentStringFormat
Gets or sets the step's additional content string format.
Declaration
public string AdditionalContentStringFormat { get; set; }
Property Value
System.
|
AdditionalContentTemplate
Gets or sets the step's additional content template.
Declaration
public DataTemplate AdditionalContentTemplate { get; set; }
Property Value
System.
|
AdditionalContentTemplateSelector
Gets or sets the step's additional content template selector.
Declaration
public DataTemplateSelector AdditionalContentTemplateSelector { get; set; }
Property Value
System.
|
CompletedIndicatorContent
Gets or sets the item's indicator content in Completed state.
Declaration
public object CompletedIndicatorContent { get; set; }
Property Value
System.
|
CompletedIndicatorContentTemplate
Gets or sets the item's indicator content template in Completed state.
Declaration
public DataTemplate CompletedIndicatorContentTemplate { get; set; }
Property Value
System.
|
IndeterminateIndicatorContent
Gets or sets the item's indicator content in Indeterminate state.
Declaration
public object IndeterminateIndicatorContent { get; set; }
Property Value
System.
|
IndeterminateIndicatorContentTemplate
Gets or sets the item's indicator content template in Indeterminate state.
Declaration
public DataTemplate IndeterminateIndicatorContentTemplate { get; set; }
Property Value
System.
|
Index
Gets the index of the item.
Declaration
public int Index { get; }
Property Value
System.
|
IsSelected
Gets a value indicating whether this item is the selected item of the parent Rad
Declaration
public bool IsSelected { get; }
Property Value
System.
|
NotStartedIndicatorContent
Gets or sets the item's indicator content in Not
Declaration
public object NotStartedIndicatorContent { get; set; }
Property Value
System.
|
NotStartedIndicatorContentTemplate
Gets or sets the item's indicator content template in Not
Declaration
public DataTemplate NotStartedIndicatorContentTemplate { get; set; }
Property Value
System.
|
Orientation
Gets a value indicating the orientation of the item.
Declaration
public Orientation Orientation { get; }
Property Value
System.
|
ShapeGeometry
Gets or set the geometry of the item's shape.
Declaration
public Geometry ShapeGeometry { get; set; }
Property Value
System.
|
ShapeHeight
Gets or sets the height of the item's shape.
Declaration
public double ShapeHeight { get; set; }
Property Value
System.
|
ShapeStroke
Gets or sets the stroke of the item's shape.
Declaration
public Brush ShapeStroke { get; set; }
Property Value
System.
|
ShapeStrokeThickness
Gets or sets the stroke thickness of the item's shape.
Declaration
public double ShapeStrokeThickness { get; set; }
Property Value
System.
|
ShapeWidth
Gets or sets the width of the item's shape.
Declaration
public double ShapeWidth { get; set; }
Property Value
System.
|
Status
Gets the current StepStatus of the item.
Declaration
public StepStatus Status { get; }
Property Value
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
System.
|
Returns
System.
|
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.
|
Returns
System.
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.
|