TextFormattingOptions.TextFormattingOptions

TextFormattingOptions(WordWrapMode)

Initializes new instance of the TextFormattingOptions object for the specified word wrap mode.

public TextFormattingOptions(WordWrapMode wrapMode)
ParameterTypeDescription
wrapModeWordWrapModeWord wrap mode.

See Also


TextFormattingOptions()

Initializes new instance of the TextFormattingOptions object with undefined word wrap mode.

public TextFormattingOptions()

See Also