This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
184f1617 3868 fa1a cab2 badac93765c8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Get or sets the line spacing style.
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
The only available options are AtLeast and Exact, Default and Multiple are only applicable to MTextParagraphOptions objects.