Class RotatingRingsWaitingBarIndicatorElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RotatingRingsWaitingBarIndicatorElement : BaseRingWaitingBarIndicatorElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RotatingRingsWaitingBarIndicatorElement()
Declaration
public RotatingRingsWaitingBarIndicatorElement()
Fields
InnerRingBackgroundColorProperty
InnerRingStartAngleProperty
InnerRingSweepAngleProperty
InnerRingWidthProperty
OuterRingBackgroundColorProperty
OuterRingSweepAngleProperty
OuterRingWidthProperty
Properties
InnerRingBackgroundColor
Gets or sets the background color of the inner ring.
Declaration
[RadPropertyDefaultValue("InnerRingBackgroundColor", typeof(RotatingRingsWaitingBarIndicatorElement))]
public Color InnerRingBackgroundColor { get; set; }
Property Value
System.Drawing.Color
The inner ring background color. |
InnerRingStartAngle
Gets or sets the inner ring start angle measured in degrees.
Declaration
[RadRange(0L, 360L)]
[RadPropertyDefaultValue("InnerRingStartAngle", typeof(RotatingRingsWaitingBarIndicatorElement))]
public int InnerRingStartAngle { get; set; }
Property Value
System.Int32
The inner ring start angle. |
InnerRingSweepAngle
Gets or sets the inner ring sweep angle.
Declaration
[RadRange(0L, 360L)]
[RadPropertyDefaultValue("InnerRingSweepAngle", typeof(RotatingRingsWaitingBarIndicatorElement))]
public int InnerRingSweepAngle { get; set; }
Property Value
System.Int32
The inner ring sweep angle. |
InnerRingWidth
Gets or sets the width of the inner ring.
Declaration
[RadRange(0L, 360L)]
[RadPropertyDefaultValue("InnerRingWidth", typeof(RotatingRingsWaitingBarIndicatorElement))]
public int InnerRingWidth { get; set; }
Property Value
System.Int32
The width of the inner ring. |
OuterRingBackgroundColor
Gets or sets the background color of the outer ring.
Declaration
[RadPropertyDefaultValue("OuterRingBackgroundColor", typeof(RotatingRingsWaitingBarIndicatorElement))]
public Color OuterRingBackgroundColor { get; set; }
Property Value
System.Drawing.Color
The outer ring background color. |
OuterRingSweepAngle
Gets or sets the outer ring sweep angle.
Declaration
[RadRange(0L, 360L)]
[RadPropertyDefaultValue("OuterRingSweepAngle", typeof(RotatingRingsWaitingBarIndicatorElement))]
public int OuterRingSweepAngle { get; set; }
Property Value
System.Int32
The outer ring sweep angle. |
OuterRingWidth
Gets or sets the width of the outer ring.
Declaration
[RadRange(0L, 2147483647L)]
[RadPropertyDefaultValue("OuterRingWidth", typeof(RotatingRingsWaitingBarIndicatorElement))]
public int OuterRingWidth { get; set; }
Property Value
System.Int32
The width of the outer ring. |
Methods
Animate(Int32)
Declaration
public override void Animate(int step)
Parameters
System.Int32
step
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
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
|
Overrides
ResetAnimation()
Declaration
public override void ResetAnimation()