Click or drag to resize

MTextFormattingOptions Constructor

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the MTextFormattingOptions class

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public MTextFormattingOptions(
	TextStyle style
)
Request Example View Source

Parameters

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