Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

979940f1 328e 3adb b258 a32ae7658cdf

haplokuon edited this page May 6, 2023 · 1 revision

MTextLineSpacingStyle Enumeration

netDxf 3.0.0 Library

MText line spacing style.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum MTextLineSpacingStyle

VB

Public Enumeration MTextLineSpacingStyle

C++

public enum class MTextLineSpacingStyle

F#

type MTextLineSpacingStyle

Members

Default 0 Default (only applicable in MTextParagraphOptions).
AtLeast 1 At least (taller characters will override)
Exact 2 Exact (taller characters will not override)
Multiple 3 Multiple (only applicable in MTextParagraphOptions).

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally