TdxCustomRatingControlProperties.Orientation Property
In This Article
Switches the rating control’s orientation to horizontal or vertical.
#Declaration
Delphi
property Orientation: TdxOrientation read; write; default orHorizontal;
#Property Value
Type | Default |
---|---|
Tdx |
or |
#Remarks
Options include:
Value | Meaning | Example |
---|---|---|
or |
The rating control is vertically oriented. | ![]() |
or |
The rating control is horizontally oriented. | ![]() |
The default value of the Orientation property is orHorizontal.
See Also