BasicMarker
Struct in MarkupPalette
Inherits from System.ValueType
Summary
Contains information describing the formatting style of text within a named marker.
public struct BasicMarkerFields
| Name | Description |
|---|---|
| Boldened | Indicates whether the text associated with this marker should be bolded. |
| Color | The color to use for text associated with this marker. |
| CustomColor | Indicates whethere or not the text associated with this marker should have a custom colour. |
| Italicised | Indicates whether the text associated with this marker should be italicized. |
| Marker | The name of the marker which can be used in text to indicate specific formatting. |
| Strikedthrough | Indicates whether the text associated with this marker should have a strikethrough effect. |
| Underlined | Indicates whether the text associated with this marker should be underlined. |