Version

Infragistics.Web.UI Namespace (WebRating)

Classes
classDescription
AJAXResponseErrorEventArgs Event arguments object that is passed into the AJAXResponse event handler when the AJAX request fails. It is cancelable so the default error message can be prevented.
AJAXResponseEventArgs Event arguments object that is passed into the AJAXResponse event handler.
AnimationBase A base class that provides the ability to create a custom animation.
CanvasFadeAnimation  
CanvasKeyBoardFadeAnimation  
CanvasSlideAnimation  
KeyBoardFadeAnimation  
KeyBoardSlideAnimation  
OpacityAnimation class implementing opacity animations
RatedEventArgs EventArgs that contain the old and new values of the rating after it has changed
RatingEventArgs EventArgs that contain the old and new value
RatingImage Defines an object to store and set the css for plain (non-custom) images in a WebRating.
SlideAnimation  
SlideFadeAnimation Container of properties used by Slide/OpacityAnimations.
WebRating Displays a WebRating.
Enumerations
EnumerationDescription
AnimationEquationType The type of calculation that an animation will use to determine it's next position..
AnimationSlideDirection Direction used by SlideAnimation. It has 3 members: Vertical, Horizontal and Both. Their values are 1, 2, 3.
RatingFillDirection Direction that the bar will fill
RatingPrecision Precision that the stars are filled with
RelativeLocation Location of target element relative to container.
That contains following integer members:
NotSet (-1), TopLeft (0), TopCenter (1), TopRight (2), TopInfront (3), TopBehind (3), MiddleLeft (8), MiddleCenter (9), MiddleRight (10), MiddleInfront (11), MiddleBehind (12), BottomLeft (16), BottomCenter (17), BottomRight (18), BottomInfront (19), BottomBehind (20), AboveLeft (32), AboveCenter (33), AboveRight (34), AboveInfront (35), AboveBehind (36), BelowLeft (64), BelowCenter (65), BelowRight (66), BelowInfront (67), BelowBehind (68)
See Also