TdxCustomRatingControlProperties.Step Property
In This Article
Specifies the amount by which end-users can adjust the control’s rating value.
#Declaration
Delphi
property Step: Double read; write;
#Property Value
Type |
---|
Double |
#Remarks
In addition to providing granular control over rating value changes using the arrow keys, this property specifies a base for rounding down the rating value in rcfpExact fill precision mode.
The default value of the Step property is 1.
See Also