# RulerLine

## Content

# Type Alias: RulerLine

```ts
type RulerLine = object;
```

Ruler line settings.

## Properties

### color?

```ts
optional color: string;
```

Line color.

***

### position?

```ts
optional position: number;
```

The vertical position of the ruler as a percentage, starting from the bottom.
The valid value must be in the range 0-100.

***

### size?

```ts
optional size: number;
```

The ruler line width.

***

### type?

```ts
optional type: "solid" | "dashed";
```

Line type.
