RadControls for WPF

Specifies the direction in which the RadRatingItem fills its content.

Namespace: Telerik.Windows.Controls.Rating
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public enum ExpandDirection
Visual Basic
Public Enumeration ExpandDirection

Members

Member nameValueDescription
Down0 Specifies that the RadRatingItem fills its content in the down direction.
Up1 Specifies that the RadRatingItem fills its content in the up direction.
Left2 Specifies that the RadRatingItem fills its content in the left direction.
Right3 Specifies that the RadRatingItem fills its content in the right direction.

See Also