# Line

Property in [Option](https://docs.yarnspinner.dev/2.3/api/csharp/yarn/yarn.optionset/yarn.optionset.option)

## Summary

Gets the [Line](https://docs.yarnspinner.dev/2.3/api/csharp/yarn/yarn.optionset/yarn.optionset.option/yarn.optionset.option.line) that should be presented to the user for this option.

```csharp
public Line Line { get; private set; }
```

## Remarks

See the documentation for the [Line](https://docs.yarnspinner.dev/2.3/api/csharp/yarn/yarn.line) class for information on how to prepare a line before presenting it to the user.
