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
ExpandDirection
|
Left
Specifies that the RadRatingItem fills its content in the left direction.
Declaration
public const ExpandDirection Left
Field Value
ExpandDirection
|
Right
Specifies that the RadRatingItem fills its content in the right direction.
Declaration
public const ExpandDirection Right
Field Value
ExpandDirection
|
Up
Specifies that the RadRatingItem fills its content in the up direction.
Declaration
public const ExpandDirection Up
Field Value
ExpandDirection
|
value__
Declaration
public int value__
Field Value
System.Int32
|