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

184f1617 3868 fa1a cab2 badac93765c8

haplokuon edited this page May 6, 2023 · 1 revision

LineSpacingStyle Property

netDxf 3.0.0 Library

Get or sets the line spacing style.

Definition

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

C#

public MTextLineSpacingStyle LineSpacingStyle { get; set; }

VB

Public Property LineSpacingStyle As MTextLineSpacingStyle
	Get
	Set

C++

public:
property MTextLineSpacingStyle LineSpacingStyle {
	MTextLineSpacingStyle get ();
	void set (MTextLineSpacingStyle value);
}

F#

member LineSpacingStyle : MTextLineSpacingStyle with get, set

Property Value

MTextLineSpacingStyle

Remarks

The only available options are AtLeast and Exact, Default and Multiple are only applicable to MTextParagraphOptions objects.

See Also

Reference

MText Class
netDxf.Entities Namespace

Clone this wiki locally