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
)
Public Sub New (
style As TextStyle
)
public:
MTextFormattingOptions(
TextStyle^ style
)
new :
style : TextStyle -> MTextFormattingOptions
CONSTRUCTOR(
style AS TextStyle
)
Parameters
- style
- Type: DXFReaderNET.TablesTextStyle
Current style of the multiline text entity.
See Also