FormatMarker

Struct in MarkupPalette

Inherits from System.ValueType

Summary

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

public struct FormatMarker

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 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?