> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn/yarn.optionset/yarn.optionset.option/yarn.optionset.option.line.md).

# Line

Property in [Option](/3.1/api/csharp/yarn/yarn.optionset/yarn.optionset.option.md)

## Summary

Gets the [Line](/3.1/api/csharp/yarn/yarn.optionset/yarn.optionset.option/yarn.optionset.option.line.md) that should be presented to the user for this option.

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

## Remarks

See the documentation for the [Line](/3.1/api/csharp/yarn/yarn.line.md) class for information on how to prepare a line before presenting it to the user.
