Type of the indicator on horizontal ruler to indicate caret position.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public enum HRulerIndicatorType |
| Visual Basic |
|---|
Public Enumeration HRulerIndicatorType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Position | 0 | Draws a bar just above the caret position, on the ruler. | |
| Segment | 1 | Fills a segment of ruler which covers x-coordinate of the caret position. | |
| CharCount | 2 | Fills a segment of ruler corresponded with how many characters exist at left of the caret. |