TdxGaugeCustomScale.RestoreStyleParameters Method
In This Article
Restores the scale layout and appearance parameters to the default style-determined values.
#Declaration
Delphi
procedure RestoreStyleParameters;
#Remarks
This procedure emulates a mouse click on the Restore Style Parameters menu item within the Scale Context Menu at design time:
Invoke the RestoreStyleParameters procedure to quickly restore the scale’s layout and appearance settings to the default style-determined values at runtime.
See Also