BrowserRulerBar Class | ||
The BrowserRulerBar class is a control representing a ruler bar for a BrowserTextControl. It is inherited from the RulerBarBase class which implements the most of its features. | ||
| Syntax: | [C#]
public class BrowserRulerBar : RulerBarBase
[Visual Basic]
Public Class BrowserRulerBar
Inherits RulerBarBase
| |
| Introduced: | 13.0 | |
Properties | ||
| Property | Description | |
| Alignment | Gets or sets a value specifying the alignment of the ruler bar in the document. | |
| BorderStyle | Gets or sets the border style of the ruler bar. | |
| DisplayColors | Gets or sets the colors of the ruler bar. | |
| EnablePageMargins | Enables or disables the setting of page margins. | |
| ScaleUnit | Gets or sets the unit of the ruler bar's scale. | |
Methods | ||
| Method | Description | |
| ResetDisplayColors | Resets all display colors of a ruler bar to their system dependent default values. | |
| See also: | Tool Bars, Graphical Overview. | |