Class BaseWaitingBarIndicatorElement
Inheritance
System.Object
BaseWaitingBarIndicatorElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class BaseWaitingBarIndicatorElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
BaseWaitingBarIndicatorElement()
Declaration
public BaseWaitingBarIndicatorElement()
Fields
ElementColor2Property
ElementColorProperty
ElementCountProperty
Properties
ElementColor
Gets or sets the color of the elements.
Declaration
[RadPropertyDefaultValue("ElementColor", typeof(BaseWaitingBarIndicatorElement))]
public virtual Color ElementColor { get; set; }
Property Value
System.Drawing.Color
The color. |
ElementColor2
Gets or sets the secondary color of the elements.
Declaration
[RadPropertyDefaultValue("ElementColor2", typeof(BaseWaitingBarIndicatorElement))]
public virtual Color ElementColor2 { get; set; }
Property Value
System.Drawing.Color
The secondary color. |
ElementCount
Gets or sets the element count.
Declaration
[RadRange(0L, 2147483647L)]
[RadPropertyDefaultValue("ElementCount", typeof(BaseWaitingBarIndicatorElement))]
public virtual int ElementCount { get; set; }
Property Value
System.Int32
The element count. |
Methods
Animate(Int32)
Declaration
public abstract void Animate(int step)
Parameters
System.Int32
step
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
ResetAnimation()
Declaration
public abstract void ResetAnimation()
UpdateWaitingDirection(ProgressOrientation)
Declaration
public virtual void UpdateWaitingDirection(ProgressOrientation waitingDirection)
Parameters
ProgressOrientation
waitingDirection
|