Skip to main content

TdxRulerOptions Class

The base class for the settings applied to the Rich Edit control’s rulers.

Declaration

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.

See Also