Class DotsRingWaitingBarIndicatorElement
Inheritance
System.Object
DotsRingWaitingBarIndicatorElement
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 class DotsRingWaitingBarIndicatorElement : BaseRingWaitingBarIndicatorElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
DotsRingWaitingBarIndicatorElement()
Declaration
public DotsRingWaitingBarIndicatorElement()
Fields
DotRadiusProperty
LastDotRadiusProperty
Properties
DotRadius
Gets or sets the dot radius.
Declaration
[RadRange(0L, 2147483647L)]
[RadPropertyDefaultValue("DotRadius", typeof(DotsRingWaitingBarIndicatorElement))]
public virtual int DotRadius { get; set; }
Property Value
System.Int32
The dot radius. |
LastDotRadius
Gets or sets the last dot radius.
Declaration
[RadRange(0L, 2147483647L)]
[RadPropertyDefaultValue("LastDotRadius", typeof(DotsRingWaitingBarIndicatorElement))]
public virtual int LastDotRadius { get; set; }
Property Value
System.Int32
The last dot radius. |
Methods
Animate(Int32)
Declaration
public override void Animate(int step)
Parameters
System.Int32
step
|
Overrides
CalculateDotLocation(Int32, Rectangle)
Declaration
protected virtual PointF CalculateDotLocation(int elementIndex, Rectangle rectangle)
Parameters
System.Int32
elementIndex
|
System.Drawing.Rectangle
rectangle
|
Returns
System.Drawing.PointF
|
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
Paint(Graphics, Rectangle)
Declaration
public override void Paint(Graphics graphics, Rectangle rectangle)
Parameters
System.Drawing.Graphics
graphics
|
System.Drawing.Rectangle
rectangle
|