ClassRadProgressBar
The RadProgressBar control can be used to to indicate the progress of an operation. It gives to an end-user visual feedback about an operation he is waiting for to complete.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
[TelerikToolboxCategory("Data")]
[Themable]
public class RadProgressBar : RangeBase
Inheritance: objectRadProgressBar
Derived Classes:
Constructors
RadProgressBar()
Initializes a new instance of the RadProgressBar class.
Declaration
public RadProgressBar()
Fields
ContentForegroundProperty
Identifies the ContentForeground property.
Declaration
public static readonly DependencyProperty ContentForegroundProperty
Field Value
DependencyProperty
ContentProperty
Identifies the Content property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
DependencyProperty
ContentStringFormatProperty
Identifies the ContentStringFormat dependency property.
Declaration
public static readonly DependencyProperty ContentStringFormatProperty
Field Value
DependencyProperty
ContentTemplateProperty
Identifies the ContentTemplate property.
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
DependencyProperty
ContentTemplateSelectorProperty
Identifies the DropDownContentTemplateSelector property.
Declaration
public static readonly DependencyProperty ContentTemplateSelectorProperty
Field Value
DependencyProperty
IsIndeterminateProperty
Identifies the IsIndeterminate Property.
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
DependencyProperty
OrientationProperty
Identifies the Orientation property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
SkipValueProperty
Identifies the SkipValue Property.
Declaration
public static readonly DependencyProperty SkipValueProperty
Field Value
DependencyProperty
Properties
ContentForeground
Gets or sets the ContentForeground property. This is a dependency property.
Declaration
public SolidColorBrush ContentForeground { get; set; }
Property Value
SolidColorBrush
ContentStringFormat
Gets or sets the content string format of the progress bar.
ContentTemplate
Gets or sets the ContentTemplate property. This is a dependency property.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
DataTemplate
ContentTemplateSelector
Gets or sets the template-selector used to display the content. This is a dependency property.
Declaration
public DataTemplateSelector ContentTemplateSelector { get; set; }
Property Value
DataTemplateSelector
IsIndeterminate
Gets or sets a value indicating whether this instance is indeterminate.
Declaration
public bool IsIndeterminate { get; set; }
Property Value
True if this instance is indeterminate; otherwise, false.
Orientation
Gets or sets the direction of filling of the control. This is a dependency property.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
One of the Orientation values. The default value is Horizontal.
Remarks
Use the ExpandMode property to specify the way RadPanelBar should behave after an item is expanded. The available options are:
- Single (default) - Only one item can be expanded at a time. Expanding another item collapses the previously expanded one.
- Multiple - More than one item can be expanded at a time.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnMaximumChanged(double, double)
Called when the property changes.
OnMinimumChanged(double, double)
Called when the property changes.
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
e
DependencyPropertyChangedEventArgs
OnValueChanged(double, double)
Raises the routed event.