Class SplashScreenProgressIndicatorElement
A class that represents the progress bar of RadSplashScreenElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SplashScreenProgressIndicatorElement : SplashScreenLightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
SplashScreenProgressIndicatorElement()
Declaration
public SplashScreenProgressIndicatorElement()
Properties
Maximum
The maximum value of the progress bar.
Declaration
public int Maximum { get; set; }
Property Value
System.Int32
|
Minimum
The minimum value of the progress bar.
Declaration
public int Minimum { get; set; }
Property Value
System.Int32
|
ProgressBarElement
Gets the RadProgressBarElement which is used to display determinate progress when the State is Determinate. When the state is Indeterminate this element is collapsed.
Declaration
public RadProgressBarElement ProgressBarElement { get; }
Property Value
RadProgressBarElement
|
State
Gets or sets the state of the progress bar. When the State is Determinate a RadProgressBarElement is displayed When the State is Indeterminate a RadWaitingBarElement is displayed.
Declaration
public SplashScreenProgressIndicatorState State { get; set; }
Property Value
SplashScreenProgressIndicatorState
|
Value
The value of the progress bar.
Declaration
public int Value { get; set; }
Property Value
System.Int32
|
WaitingBarElement
Gets the RadWaitingBarElement which is used to display indeterminate progress when the State is Indeterminate. When the state is Determinate this element is collapsed.
Declaration
public RadWaitingBarElement WaitingBarElement { get; }
Property Value
RadWaitingBarElement
|
WaitingSpeed
Gets or sets the waiting speed when the State is Indeterminate
Declaration
public int WaitingSpeed { get; set; }
Property Value
System.Int32
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateProgressBarElement()
Declaration
protected virtual RadProgressBarElement CreateProgressBarElement()
Returns
RadProgressBarElement
|
CreateWaitingBarElement()
Declaration
protected virtual RadWaitingBarElement CreateWaitingBarElement()
Returns
RadWaitingBarElement
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnProgressBarStateChanged(SplashScreenProgressIndicatorState)
Declaration
protected virtual void OnProgressBarStateChanged(SplashScreenProgressIndicatorState oldState)
Parameters
SplashScreenProgressIndicatorState
oldState
|
OnTextChanged(EventArgs)
Declaration
protected override void OnTextChanged(EventArgs e)
Parameters
System.EventArgs
e
|