RadRotator
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class RadRotator : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivRadRotator...
Inherited Members
Constructors
C#
public RadRotator()
Properties
C#
public int AnimationDirection { get; set; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public int CurrentItemIndex { get; set; }
C#
public int FrameDuration { get; set; }
C#
public int InitialItemIndex { get; set; }
C#
public bool IsAutomaticAdvance { get; }
C#
public bool IsScrollingForward { get; }
C#
public bool IsScrollingLeft { get; }
C#
public bool IsScrollingUp { get; }
C#
public bool IsSlideShow { get; }
C#
public bool IsVertical { get; }
C#
public bool IsViewportScrollMode { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public bool PauseOnMouseOver { get; set; }
C#
public RotatorType RotatorType { get; set; }
C#
public RotatorScrollDirection ScrollDirection { get; set; }
C#
public int ScrollDuration { get; set; }
C#
public bool WrapFrames { get; set; }
Methods
C#
public void Pause()
C#
public void Resume()
C#
public void ScrollItem()
C#
public void ScrollViewPort()
C#
public void Start()
C#
public void StartAutoPlay()
C#
public void Stop()
C#
public void StopViewportAnimation()