WebRating offers two orientations which are horizontal and vertical. By default,
the rating direction will automatically follow its orientation, from left-to-right
or top-to-bottom.
This topic will show you how to set/change WebRating orientation and direction.
To set/change WebRating orientation
- Right-click on WebRating control and choose Properties.
- Set Orientation to either Horizontal or
Vertical.
- Run the project.
To set/change WebRating direction
- Right-click WebRating control and choose Properties.
- Set IsReversed to True.
- Run the project. The rating direction will be reversed from its default behavior.