Class FadingRingWaitingBarIndicatorElement
Inheritance
System.Object
FadingRingWaitingBarIndicatorElement
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 FadingRingWaitingBarIndicatorElement : BaseRingWaitingBarIndicatorElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
FadingRingWaitingBarIndicatorElement()
Declaration
public FadingRingWaitingBarIndicatorElement()
Fields
ExpandCollapseRingProperty
MinSweepAngleProperty
SweepAngleProperty
Properties
ExpandCollapseRing
Gets or sets a value indicating whether to expand and collapse the ring.
Declaration
[RadPropertyDefaultValue("ExpandCollapseRing", typeof(FadingRingWaitingBarIndicatorElement))]
public virtual bool ExpandCollapseRing { get; set; }
Property Value
System.Boolean
Boolean. |
MinSweepAngle
Gets or sets the minimal sweep angle.
Declaration
[RadRange(0L, 360L)]
[RadPropertyDefaultValue("MinSweepAngle", typeof(FadingRingWaitingBarIndicatorElement))]
public virtual int MinSweepAngle { get; set; }
Property Value
System.Int32
The minimal sweep angle. |
SweepAngle
Gets or sets the sweep angle.
Declaration
[RadRange(0L, 360L)]
[RadPropertyDefaultValue("SweepAngle", typeof(FadingRingWaitingBarIndicatorElement))]
public virtual int SweepAngle { get; set; }
Property Value
System.Int32
The sweep angle. |
Methods
Animate(Int32)
Declaration
public override void Animate(int step)
Parameters
System.Int32
step
|
Overrides
CreateGradientBrush(Int32, Int32)
Declaration
protected virtual PathGradientBrush CreateGradientBrush(int startAngle, int endAngle)
Parameters
System.Int32
startAngle
|
System.Int32
endAngle
|
Returns
System.Drawing.Drawing2D.PathGradientBrush
|
CreateSegmentPath()
Declaration
protected virtual GraphicsPath CreateSegmentPath()
Returns
System.Drawing.Drawing2D.GraphicsPath
|
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 boundingRectangle)
Parameters
System.Drawing.Graphics
graphics
|
System.Drawing.Rectangle
boundingRectangle
|
Overrides
ResetAnimation()
Declaration
public override void ResetAnimation()