TdxRulerOptions Class
In This Article
The base class for the settings applied to the Rich Edit control’s rulers.
#Declaration
Delphi
TdxRulerOptions = class abstract(TdxRichEditNotificationOptions)
#Remarks
This class extends its ancestor with the Visibility property that allows you to change the visibility of rulers.
The TdxHorizontalRulerOptions and TdxVerticalRulerOptions classes are derived from the TdxRulerOptions class.
#Inheritance
See Also