Click or drag to resize

MTextFormattingOptions Constructor

Initializes a new instance of the MTextFormattingOptions class

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public MTextFormattingOptions(
	TextStyle style
)

Parameters

style
Type: DXFReaderNET.TablesTextStyle
Current style of the multiline text entity.
See Also