Class ExpandDirection
Specifies the direction in which the RadRatingItem fills its content.
Inheritance
Namespace: Telerik.Windows.Controls.Rating
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class ExpandDirection : Enum
Fields
Down
Specifies that the RadRatingItem fills its content in the down direction.
Declaration
public const ExpandDirection Down
Field Value
Left
Specifies that the RadRatingItem fills its content in the left direction.
Declaration
public const ExpandDirection Left
Field Value
Right
Specifies that the RadRatingItem fills its content in the right direction.
Declaration
public const ExpandDirection Right
Field Value
Up
Specifies that the RadRatingItem fills its content in the up direction.
Declaration
public const ExpandDirection Up
Field Value
value__
Declaration
public int value__
Field Value
System.
|