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

29431cf4 6f54 b7ec 35ce 77c08770269e

haplokuon edited this page May 6, 2023 · 1 revision

LineSpacingStyle Property

netDxf 3.0.0 Library

Get or sets the paragraph 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

See Also

Reference

MTextParagraphOptions Class
netDxf.Entities Namespace

Clone this wiki locally