Class LineRingWaitingBarIndicatorElement
Inheritance
System.Object
LineRingWaitingBarIndicatorElement
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 LineRingWaitingBarIndicatorElement : BaseRingWaitingBarIndicatorElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LineRingWaitingBarIndicatorElement()
Declaration
public LineRingWaitingBarIndicatorElement()
Fields
LineThicknessProperty
Properties
LineThickness
Gets or sets the line thickness.
Declaration
[RadRange(0L, 2147483647L)]
[RadPropertyDefaultValue("LineThickness", typeof(LineRingWaitingBarIndicatorElement))]
public virtual double LineThickness { get; set; }
Property Value
System.Double
The line thickness. |
Methods
Animate(Int32)
Declaration
public override void Animate(int step)
Parameters
System.Int32
step
|
Overrides
CalculateLineAngles()
Declaration
protected virtual void CalculateLineAngles()
CalculateNextColor(Color, Int32)
Declaration
protected virtual Color CalculateNextColor(Color penColor, int elementIndex)
Parameters
System.Drawing.Color
penColor
|
System.Int32
elementIndex
|
Returns
System.Drawing.Color
|
CreateLinePath(Int32)
Declaration
protected virtual GraphicsPath CreateLinePath(int elementIndex)
Parameters
System.Int32
elementIndex
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
Paint(Graphics, Rectangle)
Declaration
public override void Paint(Graphics graphics, Rectangle boundingRectangle)
Parameters
System.Drawing.Graphics
graphics
|
System.Drawing.Rectangle
boundingRectangle
|
Overrides
ResetAnimation()
Declaration
public override void ResetAnimation()