Skip to main content

TdxCustomRatingControlProperties.Orientation Property

Switches the rating control’s orientation to horizontal or vertical.

Declaration

property Orientation: TdxOrientation read; write; default orHorizontal;

Property Value

Type Default
TdxOrientation orHorizontal

Remarks

Options include:

Value Meaning Example
orVertical The rating control is vertically oriented.
orHorizontal The rating control is horizontally oriented.

The default value of the Orientation property is orHorizontal.

See Also