Class RadRotatorElement
The RadItem containing Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadRotatorElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadRotatorElement()
Declaration
public RadRotatorElement()
Properties
AnimationFrames
Gets or Sets the swap animation's frames number
Declaration
public int AnimationFrames { get; set; }
Property Value
System.
|
CurrentIndex
Gets or Sets the index of the current item. Note: When setting the current item, the old and the new item will be swapped.
Declaration
public int CurrentIndex { get; set; }
Property Value
System.
|
See Also
CurrentItem
Gets the current item.
Declaration
public RadItem CurrentItem { get; }
Property Value
See Also
DefaultItem
Gets or Sets the Rad
Declaration
public RadItem DefaultItem { get; set; }
Property Value
See Also
Interval
Gets or Sets the interval between consequetive rotation animations.
Declaration
public int Interval { get; set; }
Property Value
System.
|
Items
Gets the collection of Rad
Declaration
public RadItemOwnerCollection Items { get; }
Property Value
LocationAnimation
Gets or Sets value defining the initial position of the incomming item and the final position of the outgoing item. Note: The position is relative, in the range [-1, 1] for each of the components (X, Y). Value of positive or negative 1 means that the object will not be in the visible area before the animation begins (for the incomming item) or after it ends (for the outgoing item)
Declaration
public SizeF LocationAnimation { get; set; }
Property Value
System.
|
OpacityAnimation
Gets or Sets value indicating whether opacity will be animated when switching frames
Declaration
public bool OpacityAnimation { get; set; }
Property Value
System.
|
RotatorItem
Gets the Rad
Declaration
public RadRotatorItem RotatorItem { get; }
Property Value
Running
Gets or Sets value indicating whether the Rad
Declaration
public bool Running { get; set; }
Property Value
System.
|
See Also
ShouldStopOnMouseOver
Gets or sets whether RadRotator should stop rotating on MouseOver
Declaration
public bool ShouldStopOnMouseOver { get; set; }
Property Value
System.
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
Goto(Int32)
Declaration
public bool Goto(int index)
Parameters
System.
|
Returns
System.
|
GotoDefault()
Declaration
public bool GotoDefault()
Returns
System.
|
InitializeFields()
Next()
Declaration
public bool Next()
Returns
System.
|
Previous()
Declaration
public bool Previous()
Returns
System.
|
Start(Boolean)
Declaration
public bool Start(bool startImmediately)
Parameters
System.
|
Returns
System.
|
Stop()
Declaration
public void Stop()
Events
BeginRotate
EndRotate
Declaration
public event EventHandler EndRotate
Event Type
System.
|
ItemClicked
Declaration
public event EventHandler ItemClicked
Event Type
System.
|
StartRotation
Declaration
public event CancelEventHandler StartRotation
Event Type
System.
|
StopRotation
Declaration
public event EventHandler StopRotation
Event Type
System.
|