TTMSFNCRichEditorRulerTickMarks Class
Settings for the tick marks drawn along the ruler track, controlling their spacing, step size, height, and label interval.
API unit family: TMSFNCRichEditorRuler
Inherits from: TPersistent
Syntax
TTMSFNCRichEditorRulerTickMarks = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ContinuousLabelSteps | When True, labels are drawn at every tick position; when False, only at LabelStep intervals. |
| LabelStep | Interval between labeled tick marks in ruler units. |
| Size | Pixel width of each tick mark line. |
| Spacing | Pixel distance between consecutive tick marks. |
| Step | Ruler-unit interval between unlabeled tick marks. |
| StepHeight | Pixel height of the long labeled tick marks. |
Events
| Name | Description |
|---|---|
| OnChanged | Fires when any tick mark setting changes. |