Share

MText.LineSpacingStyle Property

Description

Accesses the line spacing style, either AtLeast (the line spacing is a minimum value) or Exactly (the line spacing is absolute). See LineSpacingStyle for more information and examples.

Visual Basic

Public Property LineSpacingStyle() As Autodesk.AutoCAD.DatabaseServices.LineSpacingStyle

C#

public Autodesk.AutoCAD.DatabaseServices.LineSpacingStyle LineSpacingStyle;

Conditions

Read / Write

Links

MText Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?