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
Name
Description
Indicates whether the text associated with this marker should be bolded.
The color to use for text associated with this marker.
Indicates whethere or not the text associated with this marker should have a custom colour.
Indicates whether the text associated with this marker should be italicized.
The name of the marker which can be used in text to indicate specific formatting.
Indicates whether the text associated with this marker should have a strikethrough effect.
Indicates whether the text associated with this marker should be underlined.
Last updated
Was this helpful?