Class RadRotator
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.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadRotator : HtmlDiv
Constructors
RadRotator()
Declaration
public RadRotator()
RadRotator(Element)
Properties
AnimationDirection
Declaration
public int AnimationDirection { get; set; }
Property Value
System.Int32
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
CurrentItemIndex
Declaration
public int CurrentItemIndex { get; set; }
Property Value
System.Int32
|
FrameDuration
Declaration
public int FrameDuration { get; set; }
Property Value
System.Int32
|
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
InitialItemIndex
Declaration
public int InitialItemIndex { get; set; }
Property Value
System.Int32
|
IsAutomaticAdvance
Declaration
public bool IsAutomaticAdvance { get; }
Property Value
System.Boolean
|
IsPaused
Declaration
public bool IsPaused { get; }
Property Value
System.Boolean
|
IsScrollingForward
Declaration
public bool IsScrollingForward { get; }
Property Value
System.Boolean
|
IsScrollingLeft
Declaration
public bool IsScrollingLeft { get; }
Property Value
System.Boolean
|
IsScrollingUp
Declaration
public bool IsScrollingUp { get; }
Property Value
System.Boolean
|
IsSlideShow
Declaration
public bool IsSlideShow { get; }
Property Value
System.Boolean
|
IsVertical
Declaration
public bool IsVertical { get; }
Property Value
System.Boolean
|
IsViewportScrollMode
Declaration
public bool IsViewportScrollMode { get; }
Property Value
System.Boolean
|
ItemCount
Declaration
public int ItemCount { get; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
PauseOnMouseOver
Declaration
public bool PauseOnMouseOver { get; set; }
Property Value
System.Boolean
|
RotatorType
ScrollDirection
Declaration
public RotatorScrollDirection ScrollDirection { get; set; }
Property Value
RotatorScrollDirection
|
ScrollDuration
Declaration
public int ScrollDuration { get; set; }
Property Value
System.Int32
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
WrapFrames
Declaration
public bool WrapFrames { get; set; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
ControlAssert()
Pause()
Declaration
public void Pause()
Resume()
Declaration
public void Resume()
Scroll(RotatorScrollDirection)
Declaration
public void Scroll(RotatorScrollDirection direction)
Parameters
RotatorScrollDirection
direction
|
ScrollItem()
Declaration
public void ScrollItem()
ScrollViewPort()
Declaration
public void ScrollViewPort()
Start()
Declaration
public void Start()
StartAutoPlay()
Declaration
public void StartAutoPlay()
Stop()
Declaration
public void Stop()
StopViewportAnimation()
Declaration
public void StopViewportAnimation()