Class RadRotator
This control is transfers the web-based rotators' functionality to the Windows forms work space.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[RadToolboxItem(false)]
public class RadRotator : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadRotator()
Initializes the RadRotator control
Declaration
public RadRotator()
Properties
AnimationFrames
Declaration
public int AnimationFrames { get; set; }
Property Value
System.Int32
|
See Also
AutoSize
Gets or sets whether the edit control is auto-sized
Declaration
public override bool AutoSize { get; set; }
Property Value
System.Boolean
|
Overrides
CurrentIndex
Declaration
public int CurrentIndex { get; set; }
Property Value
System.Int32
|
See Also
CurrentItem
DefaultItem
Declaration
[RadNewItem("DefaultItem", false)]
public RadItem DefaultItem { get; set; }
Property Value
RadItem
|
See Also
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
Interval
Declaration
public int Interval { get; set; }
Property Value
System.Int32
|
See Also
Items
LocationAnimation
Declaration
public SizeF LocationAnimation { get; set; }
Property Value
System.Drawing.SizeF
|
See Also
OpacityAnimation
Declaration
public bool OpacityAnimation { get; set; }
Property Value
System.Boolean
|
See Also
RotatorElement
Gets the instance of RadRotatorElement wrapped by this control. RadRotatorElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadRotator.
Declaration
public RadRotatorElement RotatorElement { get; }
Property Value
RadRotatorElement
|
Running
Declaration
public bool Running { get; set; }
Property Value
System.Boolean
|
See Also
ShouldStopOnMouseOver
Gets or sets whether RadRotator should stop rotating on MouseOver
Declaration
public bool ShouldStopOnMouseOver { get; set; }
Property Value
System.Boolean
|
Methods
CreateChildItems(RadElement)
Initializes the Childs Items
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
Goto(Int32)
Declaration
public bool Goto(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|
See Also
GotoDefault()
Next()
Declaration
public bool Next()
Returns
System.Boolean
|
See Also
OnThemeChanged()
Previous()
Declaration
public bool Previous()
Returns
System.Boolean
|
See Also
Start()
Declaration
public bool Start()
Returns
System.Boolean
|
See Also
Start(Boolean)
Declaration
public bool Start(bool startImmediately)
Parameters
System.Boolean
startImmediately
|
Returns
System.Boolean
|
See Also
Stop()
Events
BeginRotate
Declaration
public event BeginRotateEventHandler BeginRotate
Event Type
BeginRotateEventHandler
|
See Also
EndRotate
Declaration
public event EventHandler EndRotate
Event Type
System.EventHandler
|
See Also
ItemClicked
Declaration
public event EventHandler ItemClicked
Event Type
System.EventHandler
|
See Also
StartRotation
Declaration
public event CancelEventHandler StartRotation
Event Type
System.ComponentModel.CancelEventHandler
|
See Also
StopRotation
Declaration
public event EventHandler StopRotation
Event Type
System.EventHandler
|