ExpandDirection
Enum
Specifies the direction in which the RadRatingItem fills its content.
Definition
Namespace:Telerik.Windows.Controls.Rating
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum ExpandDirection
Fields
Specifies that the RadRatingItem fills its content in the down direction.
C#
Down = 0
Specifies that the RadRatingItem fills its content in the left direction.
C#
Left = 2
Specifies that the RadRatingItem fills its content in the right direction.
C#
Right = 3
Specifies that the RadRatingItem fills its content in the up direction.
C#
Up = 1