TTMSFNCRichEditorHorizontalRulerAppearance Class
Appearance settings for the horizontal rich editor ruler, exposing all fill, stroke, font, color, and bitmap properties for the ruler track, margins, indents, tabs, and tick marks.
API unit family: TMSFNCRichEditorRuler
Inherits from: TTMSFNCRichEditorCustomRulerAppearance
Syntax
TTMSFNCRichEditorHorizontalRulerAppearance = class(TTMSFNCRichEditorCustomRulerAppearance)
Properties
| Name | Description |
|---|---|
| Font | Font for tick-mark labels. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| FontColorMargin | Color of tick-mark labels in the margin area. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| IndentFill | Fill of indent handle shapes. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| IndentStroke | Stroke of indent handle shapes. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| LeftIndentBottomBitmap | Bitmap for the bottom part of the left-indent handle. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| LeftIndentTopBitmap | Bitmap for the top part of the left-indent handle. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| MarginFill | Fill of the margin areas. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| RightIndentBitmap | Bitmap for the right-indent handle. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| RulerFill | Background fill of the ruler track. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| RulerStroke | Border stroke of the ruler track. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| TabColor | Color of tab-stop markers at rest. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| TabColorMoving | Color of tab-stop markers while being dragged. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| TickMarkColor | Color of tick marks in the ruler track. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
| TickMarkMarginColor | Color of tick marks inside the margin area. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any ruler appearance property changes. (inherited from TTMSFNCRichEditorCustomRulerAppearance) |