Class SplashScreenProgressIndicatorElement
A class that represents the progress bar of Rad
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.
|
Minimum
The minimum value of the progress bar.
Declaration
public int Minimum { get; set; }
Property Value
System.
|
ProgressBarElement
Gets the Rad
Declaration
public RadProgressBarElement ProgressBarElement { get; }
Property Value
State
Gets or sets the state of the progress bar.
When the State is Determinate a Rad
Declaration
public SplashScreenProgressIndicatorState State { get; set; }
Property Value
Value
The value of the progress bar.
Declaration
public int Value { get; set; }
Property Value
System.
|
WaitingBarElement
Gets the Rad
Declaration
public RadWaitingBarElement WaitingBarElement { get; }
Property Value
WaitingSpeed
Gets or sets the waiting speed when the State is Indeterminate
Declaration
public int WaitingSpeed { get; set; }
Property Value
System.
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateProgressBarElement()
Declaration
protected virtual RadProgressBarElement CreateProgressBarElement()
Returns
CreateWaitingBarElement()
Declaration
protected virtual RadWaitingBarElement CreateWaitingBarElement()
Returns
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnProgressBarStateChanged(SplashScreenProgressIndicatorState)
Declaration
protected virtual void OnProgressBarStateChanged(SplashScreenProgressIndicatorState oldState)
Parameters
Splash
|
OnTextChanged(EventArgs)
Declaration
protected override void OnTextChanged(EventArgs e)
Parameters
System.
|