MultilineText(Plane, String, Double, Double, Double, alignmentType, String, Boolean, Boolean) Constructor

Not parallel to XY plane constructor.
Public Sub New( _ 
ByVal textPlane As Plane, _ 
ByVal textString As String, _ 
ByVal width As Double, _ 
ByVal height As Double, _ 
ByVal lineSpaceDistance As Double, _ 
ByVal alignment As alignmentType, _ 
ByVal styleName As String, _ 
ByVal simplify As Boolean, _ 
Optional ByVal wrap As Boolean = true _ 
)
This language is not supported or no code example is available.
public MultilineText( 
Plane textPlane
string textString
double width
double height
double lineSpaceDistance
alignmentType alignment
string styleName
bool simplify
bool wrap = true 
)
This language is not supported or no code example is available.

Parameters

textPlane
Plane

Orientation plane

textString
string

Text string

width
double

Text width

height
double

Text height

lineSpaceDistance
double

Spacing between the lines

alignment
alignmentType

Text alignment

styleName
string

The text style name (see Environment.TextStyles)

simplify
bool

Text simplification flag

wrap
bool

The text wrap

.NET Framework

Supported in: 4.8

In this article

Definition