BasicMarker

Struct in MarkupPalette

Inherits from System.ValueType

Summary

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

public struct BasicMarker

Fields

NameDescription
BoldenedIndicates whether the text associated with this marker should be bolded.
ColorThe color to use for text associated with this marker.
CustomColorIndicates whethere or not the text associated with this marker should have a custom colour.
ItalicisedIndicates whether the text associated with this marker should be italicized.
MarkerThe name of the marker which can be used in text to indicate specific formatting.
StrikedthroughIndicates whether the text associated with this marker should have a strikethrough effect.
UnderlinedIndicates whether the text associated with this marker should be underlined.