# TextBoxStyleContent

## Content

# Type Alias: TextBoxStyleContent

```ts
type TextBoxStyleContent = object;
```

## Properties

### BackgroundColor?

```ts
optional BackgroundColor: string;
```

***

### Color?

```ts
optional Color: string;
```

***

### FontFamily?

```ts
optional FontFamily: string;
```

***

### FontSize?

```ts
optional FontSize: string;
```

***

### FontStyle?

```ts
optional FontStyle: FontStyle;
```

***

### FontWeight?

```ts
optional FontWeight: FontWeight;
```
