RadProgressBar
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
Initializes a new instance of the RadProgressBar class.
public RadProgressBar()
Fields
ContentForegroundProperty
DependencyProperty
Identifies the ContentForeground property.
public static readonly DependencyProperty ContentForegroundProperty
ContentProperty
DependencyProperty
Identifies the Content property.
public static readonly DependencyProperty ContentProperty
ContentStringFormatProperty
DependencyProperty
Identifies the ContentStringFormat dependency property.
public static readonly DependencyProperty ContentStringFormatProperty
ContentTemplateProperty
DependencyProperty
Identifies the ContentTemplate property.
public static readonly DependencyProperty ContentTemplateProperty
ContentTemplateSelectorProperty
DependencyProperty
Identifies the DropDownContentTemplateSelector property.
public static readonly DependencyProperty ContentTemplateSelectorProperty
IsIndeterminateProperty
DependencyProperty
Identifies the IsIndeterminate Property.
public static readonly DependencyProperty IsIndeterminateProperty
OrientationProperty
DependencyProperty
Identifies the Orientation property.
public static readonly DependencyProperty OrientationProperty
SkipValueProperty
DependencyProperty
Identifies the SkipValue Property.
public static readonly DependencyProperty SkipValueProperty
Properties
Gets or sets the Content property. This is a dependency property.
public object Content { get; set; }
ContentForeground
SolidColorBrush
Gets or sets the ContentForeground property. This is a dependency property.
public SolidColorBrush ContentForeground { get; set; }
Gets or sets the content string format of the progress bar.
public string ContentStringFormat { get; set; }
ContentTemplate
DataTemplate
Gets or sets the ContentTemplate property. This is a dependency property.
public DataTemplate ContentTemplate { get; set; }
ContentTemplateSelector
DataTemplateSelector
Gets or sets the template-selector used to display the content. This is a dependency property.
public DataTemplateSelector ContentTemplateSelector { get; set; }
Gets or sets a value indicating whether this instance is indeterminate.
public bool IsIndeterminate { get; set; }
True if this instance is indeterminate; otherwise, false.
Orientation
Orientation
Gets or sets the direction of filling of the control. This is a dependency property.
public Orientation Orientation { get; set; }
One of the Orientation values. The default value is Horizontal.
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
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Resets the theme.
public void ResetTheme()