RadRotator
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadRotator : HtmlDiv
Inheritance:
objectControlHtmlControlHtmlContainerControlHtmlDivRadRotator
Inherited Members
HtmlContainerControl.TextContentHtmlContainerControl.InnerTextHtmlControl.FindParentContainer<TContainerControl>()HtmlControl.ValidateTag(string)HtmlControl.ValidateControl()HtmlControl.ParseResponseValue<T>(string, T)HtmlControl.GetAttributeAsString(string)HtmlControl.InitializeMappings(MappingsCollection)HtmlControl.GetRectangle()HtmlControl.IsVisible()HtmlControl.GetStyleValue(string)HtmlControl.GetStyle(string)HtmlControl.GetComputedStyleValue(string)HtmlControl.GetComputedStyle(string)HtmlControl.Parent<TContainerControl>()HtmlControl.Capture()HtmlControl.Capture(string, string)HtmlControl.Capture(string)HtmlControl.InvokeEvent(ScriptEventType)HtmlControl.InvokeEvent(ScriptEventType, bool)HtmlControl.InvokeEvent(ScriptEvent)HtmlControl.InvokeEvent(ScriptEvent, bool)HtmlControl.AddEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.RemoveEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.MouseClick()HtmlControl.MouseClick(MouseClickType)HtmlControl.MouseClick(MouseClickType, int, int)HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)HtmlControl.MouseClick(MouseClickType, int, int, OffsetReference)HtmlControl.MouseHover()HtmlControl.MouseHover(Point)HtmlControl.MouseHover(int, int)HtmlControl.MouseHover(int, int, OffsetReference)HtmlControl.Click()HtmlControl.Click(bool)HtmlControl.ScrollToVisible()HtmlControl.ScrollToVisible(ScrollToVisibleType)HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)HtmlControl.Download(bool, DownloadOption, string, int)HtmlControl.CallMethod(string)HtmlControl.CallMethod<T>(string)HtmlControl.CallMethod<T>(string, T)HtmlControl.GetValue<T>(string)HtmlControl.GetValue<T>(string, T)HtmlControl.GetValue<T>(string, bool)HtmlControl.GetValue<T>(string, bool, T)HtmlControl.SetValue<T>(string, T)HtmlControl.SetValue<T>(string, T, bool)HtmlControl.Focus()HtmlControl.DragTo(OffsetReference, Point, int, int)HtmlControl.DragTo(OffsetReference, int, int, Rectangle, OffsetReference, int, int)HtmlControl.DragTo(Point)HtmlControl.DragTo(int, int)HtmlControl.DragTo(HtmlControl)HtmlControl.DragTo(HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, Point, HtmlControl)HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, int, int, bool, HtmlControl, OffsetReference, int, int, bool)HtmlControl.DragToWindowLocation(OffsetReference, int, int, bool, OffsetReference, int, int, bool)HtmlControl.ToString()HtmlControl.AsjQueryControl()HtmlControl.GetElementByTagNameClientSideLocatorHtmlControl.GetElementByIdClientSideLocatorHtmlControl.FindHtmlControl.ScrollTopHtmlControl.ScrollLeftHtmlControl.WaitHtmlControl.IDHtmlControl.CssClassHtmlControl.AttributesHtmlControl.MappingsHtmlControl.StylesHtmlControl.EventsHtmlControl.TagNameHtmlControl.ChildNodesHtmlControl.IsActiveElementHtmlControl.IsEnabledControl.Refresh()Control.AssignFailed(Exception)Control.SetTelerikComponentsVersion(TelerikComponentsVersion?)Control.MatchControl(Element, FindParam)Control.GetFamilyElement(int, Element)Control.ThrowOnInvalidAssignmentControl.TelerikComponentsVersionControl.IsRefreshControl.BaseElementControl.OwnerBrowserControl.Locator
Initializes a new instance of the RadRotator class.
Initializes a new instance of the RadRotator class.
Declaration
public RadRotator(Element element)
Parameters
Element
Gets/Sets the animation direction.
Declaration
public int AnimationDirection { get; set; }
Property Value
int
Gets the locator FindParam.
Gets/Sets the current item index.
Declaration
public int CurrentItemIndex { get; set; }
Property Value
int
Gets/Sets the time in milliseconds each frame will displays in automatic scrolling scenarios.
Declaration
public int FrameDuration { get; set; }
Property Value
int
Gets/Sets the Rotator height in pixels.
Declaration
public int Height { get; set; }
Property Value
int
Gets/Sets the initial item index.
Declaration
public int InitialItemIndex { get; set; }
Property Value
int
Determines whether the rotator is set in AutomaticAdvance mode.
Declaration
public bool IsAutomaticAdvance { get; }
Property Value
bool
Determines whether the RadRotator is paused or not.
Declaration
public bool IsPaused { get; }
Property Value
bool
Determines whether the rotator is scrolling forward.
Declaration
public bool IsScrollingForward { get; }
Property Value
bool
Determines whether the rotator is scrolling to the left.
Declaration
public bool IsScrollingLeft { get; }
Property Value
bool
Determines whether the rotator is scrolling upward.
Declaration
public bool IsScrollingUp { get; }
Property Value
bool
Determines whether the rotator is set in SlideShow mode.
Declaration
public bool IsSlideShow { get; }
Property Value
bool
Determines whether the rotator is vertical.
Declaration
public bool IsVertical { get; }
Property Value
bool
Determines whether the rotator is scrolling item by item or it is scrolling the whole viewport.
Declaration
public bool IsViewportScrollMode { get; }
Property Value
bool
Gets the item count of the Rotator.
Declaration
public int ItemCount { get; }
Property Value
int
Gets the locator HtmlFindExpression.
Determines or set whether the scrolling pauses on mouse over.
Declaration
public bool PauseOnMouseOver { get; set; }
Property Value
bool
Gets/Sets the rotator type.
Declaration
public RotatorType RotatorType { get; set; }
Property Value
RotatorType
Gets/Sets the rotator scrolling direction.
Gets/Sets the speed in milliseconds for scrolling rotator items.
Declaration
public int ScrollDuration { get; set; }
Property Value
int
Gets/Sets the Rotator width in pixels.
Declaration
public int Width { get; set; }
Property Value
int
Determines or set whether to start scrolling the frames from the beginning as soon as the rotator shows the last frame.
Declaration
public bool WrapFrames { get; set; }
Property Value
bool
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
Element
The underlying element object.
Overrides
HtmlDiv.AssignElement(Element)
Gets RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert
RadControlAssert instance initialized for this control.
Resumes the paused animation.
Scrolls the rotator according to the given direction.
Accepts 'Left', 'Right', 'Up' and 'Down' scroll direction arguments.
Scrolls the rotator item.
Scrolls the rotator view port.
Declaration
public void ScrollViewPort()
Starts auto playing the rotator items.
Declaration
public void StartAutoPlay()
If an item is partially shown and the rotator is paused, calling this function will force the rotator to fully display the item.
Declaration
public void StopViewportAnimation()