# BasicMarker

Struct in [MarkupPalette](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.markuppalette)

Inherits from `System.ValueType`

## Summary

Contains information describing the formatting style of text within a named marker.

```csharp
public struct BasicMarker
```

## Fields

| Name                                                                                                                                                                                   | Description                                                                                 |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [Boldened](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.markuppalette/yarn.unity.markuppalette.basicmarker/yarn.unity.markuppalette.basicmarker.boldened)             | Indicates whether the text associated with this marker should be bolded.                    |
| [Color](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.markuppalette/yarn.unity.markuppalette.basicmarker/yarn.unity.markuppalette.basicmarker.color)                   | The color to use for text associated with this marker.                                      |
| [CustomColor](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.markuppalette/yarn.unity.markuppalette.basicmarker/yarn.unity.markuppalette.basicmarker.customcolor)       | Indicates whethere or not the text associated with this marker should have a custom colour. |
| [Italicised](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.markuppalette/yarn.unity.markuppalette.basicmarker/yarn.unity.markuppalette.basicmarker.italicised)         | Indicates whether the text associated with this marker should be italicized.                |
| [Marker](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.markuppalette/yarn.unity.markuppalette.basicmarker/yarn.unity.markuppalette.basicmarker.marker)                 | The name of the marker which can be used in text to indicate specific formatting.           |
| [Strikedthrough](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.markuppalette/yarn.unity.markuppalette.basicmarker/yarn.unity.markuppalette.basicmarker.strikedthrough) | Indicates whether the text associated with this marker should have a strikethrough effect.  |
| [Underlined](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.markuppalette/yarn.unity.markuppalette.basicmarker/yarn.unity.markuppalette.basicmarker.underlined)         | Indicates whether the text associated with this marker should be underlined.                |
