Skip to main content

TdxVerticalRulerOptions Class

Stores the vertical ruler’s settings.

Declaration

TdxVerticalRulerOptions = class(
    TdxRulerOptions
)

Remarks

This class does not introduce any new members. The TdxVerticalRulerOptions class only publishes methods and properties declared in its ancestors.

You can use the Visibility property to customize the vertical ruler’s visibility in the Rich Edit control.

The TdxVerticalRulerOptions class is referenced by the Rich Edit control’s Options.VerticalRuler property.

See Also